@@ -390,8 +390,9 @@ if test "$ac_cv_found_odbc" = "yes" ; then
...
@@ -390,8 +390,9 @@ if test "$ac_cv_found_odbc" = "yes" ; then
enable_core_odbc_support="yes"
enable_core_odbc_support="yes"
fi
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="no"])
AC_ARG_ENABLE(timerfd-wrapper,
[AC_HELP_STRING([--enable-timerfd-wrapper],[timerfd is in the kernel but not in your libc])],[enable_timer_fd_wrapper="$enableval"],[enable_timer_fd_wrapper="no"])