diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-08 20:16:12 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-08 20:16:12 +0000 |
commit | 3ff8db61b901a4d6236a0e4fa40fe5f1b7afcf78 (patch) | |
tree | 35ad86e30d51ed75ca22366e85956ea040b37b7e | |
parent | 830d29e5cb0a8c46cd366adefbf3a291c65bd3ac (diff) |
disable the poll detection momentarily, it's not correct
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index ef77910..a2787b0 100644 --- a/configure.ac +++ b/configure.ac @@ -119,11 +119,11 @@ if test "x$XFONT_SPEEDO" = xyes; then AC_DEFINE(XFONT_SPEEDO,1,[Support Type 1 font files]) fi -AC_ARG_ENABLE(poll, [ --disable-poll ], [USE_POLL=$enableval], [USE_POLL=$ac_cv_func_poll]) -AM_CONDITIONAL(USE_POLL, [test "x$USE_POLL" = xyes ]) -if test "x$USE_POLL" = xyes; then - AC_DEFINE(USE_POLL, 1, [Use poll instead of select]) -fi +#AC_ARG_ENABLE(poll, [ --disable-poll ], [USE_POLL=$enableval], [USE_POLL=$ac_cv_func_poll]) +#AM_CONDITIONAL(USE_POLL, [test "x$USE_POLL" = xyes ]) +#if test "x$USE_POLL" = xyes; then +# AC_DEFINE(USE_POLL, 1, [Use poll instead of select]) +#fi if test "x$XFONT_BUILTINS" = xyes -o "x$XFONT_BITMAP" = xyes -o "x$XFONT_FREETYPE" = xyes; then XFONT_FONTFILE=yes |