summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b5f3633d1..7afd17b88 100644
--- a/configure.in
+++ b/configure.in
@@ -598,9 +598,7 @@ AC_CHECK_DEFINE(CODESET, langinfo.h)
AC_CHECK_DEFINE(isascii, ctype.h)
# We are assuming that if the platform doesn't have POLLIN, it doesn't have
# any POLL definitions.
-AC_CHECK_DEFINE_FILES(POLLIN, [
-#include <poll.h>
-#include <sys/poll.h> ] )
+AC_CHECK_DEFINE_FILES(POLLIN, poll.h sys/poll.h)
pthreadser="0"
if test "$threads" = "1"; then