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 b209d19..a7f7b0e 100644
--- a/configure.in
+++ b/configure.in
@@ -572,7 +572,7 @@ AC_TRY_COMPILE([#include <sys/time.h>],
572 AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed]))) 572 AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed])))
573 573
574dnl Checks for library functions. 574dnl Checks for library functions.
575AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul, floor) 575AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor)
576 576
577AC_MSG_CHECKING(return type of socket size) 577AC_MSG_CHECKING(return type of socket size)
578AC_TRY_COMPILE([#include <stdlib.h> 578AC_TRY_COMPILE([#include <stdlib.h>