From: Harlan Stenn Date: Thu, 4 May 2006 09:54:17 +0000 (-0400) Subject: Re-enable signaled I/O X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de1fbd502f96f22347b94ca120bcabe28b3f522;p=thirdparty%2Fntp.git Re-enable signaled I/O bk: 4459cf49uu3lfMpYsyTD0HGPFV6eBg --- diff --git a/configure.ac b/configure.ac index 7e16674d2d..2581f5c3d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1471,9 +1471,7 @@ AC_CACHE_CHECK(for SIGIO, ac_cv_hdr_def_sigio, #ifdef SIGIO yes #endif - ], ac_cv_hdr_def_sigio=yes, ac_cv_hdr_def_sigio=no) - ac_cv_hdr_def_sigio=no -) + ], ac_cv_hdr_def_sigio=yes, ac_cv_hdr_def_sigio=no)) dnl Override those system that have a losing SIGIO @@ -1527,9 +1525,7 @@ AC_CACHE_CHECK(for SIGPOLL, ac_cv_hdr_def_sigpoll, #ifdef SIGPOLL yes #endif - ], ac_cv_hdr_def_sigpoll=yes, ac_cv_hdr_def_sigpoll=no) - ac_cv_hdr_def_sigpoll=no -) + ], ac_cv_hdr_def_sigpoll=yes, ac_cv_hdr_def_sigpoll=no)) AC_CACHE_CHECK(for SIGSYS, ac_cv_hdr_def_sigsys, AC_EGREP_CPP(yes,