From: Harlan Stenn Date: Thu, 4 May 2006 09:54:17 +0000 (-0400) Subject: Re-enable signaled I/O X-Git-Tag: NTP_4_2_1P242_RC~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2c9a5b25cfdcf3ff81aeb0ffdeda69ac4bfe90;p=thirdparty%2Fntp.git Re-enable signaled I/O bk: 4459cf49uu3lfMpYsyTD0HGPFV6eBg --- diff --git a/configure.ac b/configure.ac index 7e16674d2..2581f5c3d 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,