diff options
-rw-r--r-- | configure.in | 2 |
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 | ||
574 | dnl Checks for library functions. | 574 | dnl Checks for library functions. |
575 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul, floor) | 575 | AC_CHECK_FUNCS(memmove select socket strdup strstr strtod strtol strtoul floor) |
576 | 576 | ||
577 | AC_MSG_CHECKING(return type of socket size) | 577 | AC_MSG_CHECKING(return type of socket size) |
578 | AC_TRY_COMPILE([#include <stdlib.h> | 578 | AC_TRY_COMPILE([#include <stdlib.h> |