diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f66540ec..2fbdc538 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -551,6 +551,9 @@ AC_CHECK_HEADERS([sys/types.h sys/time.h sys/msg.h netdb.h netinet/in.h netinet/ | |||
551 | sockLib.h inetLib.h net/if.h]) | 551 | sockLib.h inetLib.h net/if.h]) |
552 | AM_CONDITIONAL([HAVE_TSEARCH], [test "x$ac_cv_header_search_h" = "xyes"]) | 552 | AM_CONDITIONAL([HAVE_TSEARCH], [test "x$ac_cv_header_search_h" = "xyes"]) |
553 | 553 | ||
554 | # Check for generic functions | ||
555 | AC_CHECK_FUNCS([rand random]) | ||
556 | |||
554 | AC_CHECK_MEMBER([struct sockaddr_in.sin_len], | 557 | AC_CHECK_MEMBER([struct sockaddr_in.sin_len], |
555 | [ AC_DEFINE(HAVE_SOCKADDR_IN_SIN_LEN, 1, [Do we have sockaddr_in.sin_len?]) | 558 | [ AC_DEFINE(HAVE_SOCKADDR_IN_SIN_LEN, 1, [Do we have sockaddr_in.sin_len?]) |
556 | ], | 559 | ], |