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