From: Anthony Minessale Date: Thu, 30 Jun 2011 23:16:05 +0000 (-0500) Subject: fix typo in autoconf X-Git-Tag: v1.2-rc1~108^2^2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffeb7ba740a780715d28f51445d7465cec153e7d;p=thirdparty%2Ffreeswitch.git fix typo in autoconf --- diff --git a/configure.in b/configure.in index 49969268d0..57910ed3a7 100644 --- a/configure.in +++ b/configure.in @@ -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"])