From 59415aa6e4289c82291148a2b21918996d0547a8 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Mon, 21 May 2012 16:19:11 +0200 Subject: [PATCH] Fix configure rtptimestamp -> ntptimestamp --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index de51fbc1e..235fb79b1 100644 --- a/configure.ac +++ b/configure.ac @@ -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