summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 27b2b40..54d5700 100644
--- a/configure.in
+++ b/configure.in
@@ -602,7 +602,7 @@ AC_TRY_COMPILE([#include <sys/time.h>],
602 602
603dnl Checks for library functions. 603dnl Checks for library functions.
604AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) 604AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor)
605AC_CHECK_FUNCS(basename poll) 605AC_CHECK_FUNCS(poll)
606 606
607AC_MSG_CHECKING(return type of socket size) 607AC_MSG_CHECKING(return type of socket size)
608AC_TRY_COMPILE([#include <stdlib.h> 608AC_TRY_COMPILE([#include <stdlib.h>