]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo in autoconf
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 30 Jun 2011 23:16:05 +0000 (18:16 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 30 Jun 2011 23:16:05 +0000 (18:16 -0500)
configure.in

index 49969268d0d194f7cc410246432794f0fb30d751..57910ed3a786957818b19a559e308860f7ab0490 100644 (file)
@@ -391,7 +391,7 @@ if test "$ac_cv_found_odbc" = "yes" ; then
 fi
 
 AC_ARG_ENABLE(enable-timerfd-wrapper,     
-       [AS_HELP_STRING([--enable-timerfd-wrapper], [timerfd is in the kernel but not in your libc])],,[enable_timer_fd_wrapper="yes"])
+       [AS_HELP_STRING([--enable-timerfd-wrapper], [timerfd is in the kernel but not in your libc])],,[enable_timer_fd_wrapper="no"])
 AM_CONDITIONAL([ENABLE_TIMERFD_WRAPPER],[test "x$enable_timer_fd_wrapper" != "xno"])