]> sjero.net Git - linphone/commitdiff
Fix configure rtptimestamp -> ntptimestamp
authorYann Diorcet <yann.diorcet@belledonne-communications.com>
Mon, 21 May 2012 14:19:11 +0000 (16:19 +0200)
committerYann Diorcet <yann.diorcet@belledonne-communications.com>
Mon, 21 May 2012 14:19:11 +0000 (16:19 +0200)
configure.ac

index de51fbc1edef4491a84d67b312aca2d0125c7aec..235fb79b187ac514daf1af5ef09daf29485a35d3 100644 (file)
@@ -580,7 +580,7 @@ else
        if test x$ac_cv_c_bigendian = xyes ; then
                ORTP_CFLAGS="$ORTP_CFLAGS -DORTP_BIGENDIAN"
        fi
-       if test x$rtptimestamp = xtrue ; then
+       if test x$ntptimestamp = xtrue ; then
                ORTP_CFLAGS="$ORTP_CFLAGS -DORTP_TIMESTAMP"
        fi
        ORTP_DIR=oRTP