diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-29 03:55:57 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-29 03:55:57 +0000 |
commit | 2c1dec428c6e1d1bb6675847a5046a4fabdfe4c4 (patch) | |
tree | 84c3f1140691b33933c073c78ba52ca6d8eafcac /configure.in | |
parent | f9df80773a7a6a08e62d2073154edf0c76f1f209 (diff) |
- Added documentation
- Fixed bugs
- Added support for dns to sock_any
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b3ecf3d..c70ae2b 100644 --- a/configure.in +++ b/configure.in @@ -92,9 +92,9 @@ AC_CHECK_DECL(PTHREAD_MUTEX_ERRORCHECK_NP, [AC_DEFINE(HAVE_ERR_MUTEX, 1, "Error [ #include <pthread.h> ])], [ #include <pthread.h> ]) # Required Functions -AC_CHECK_FUNCS([memset strerror malloc realloc getopt strchr tolower], , +AC_CHECK_FUNCS([memset strerror malloc realloc getopt strchr tolower getaddrinfo], , [echo "ERROR: Required function missing"; exit 1]) AC_CHECK_FUNCS([strlwr]) -AC_CONFIG_FILES([Makefile daemon/Makefile]) +AC_CONFIG_FILES([Makefile daemon/Makefile doc/Makefile]) AC_OUTPUT |