提交 ffeb7ba7 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix typo in autoconf

上级 5818af11
...@@ -391,7 +391,7 @@ if test "$ac_cv_found_odbc" = "yes" ; then ...@@ -391,7 +391,7 @@ if test "$ac_cv_found_odbc" = "yes" ; then
fi fi
AC_ARG_ENABLE(enable-timerfd-wrapper, 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"]) AM_CONDITIONAL([ENABLE_TIMERFD_WRAPPER],[test "x$enable_timer_fd_wrapper" != "xno"])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论