]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
IRC_LIST(): Added missing calls of Client_ID() and cleand up the code.
[ngircd-alex.git] / configure.in
index eefefd7cd98e06f73282fb61c0a960633dd5bacd..1ebaadbf6711495898f1a35e643da29bcf97e855 100644 (file)
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.108 2005/03/21 22:15:15 alex Exp $
+# $Id: configure.in,v 1.110 2005/05/21 21:34:47 alex Exp $
 #
 
 # -- Initialisation --
@@ -121,7 +121,7 @@ AC_CHECK_FUNCS([ \
        memset realloc setsid setsockopt socket strcasecmp strchr strerror \
        strstr waitpid],,AC_MSG_ERROR([required function missing!]))
 
-AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strlcpy strlcat)
+AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat)
 
 AC_CHECK_FUNCS(select,[AC_CHECK_HEADERS(sys/select.h)],
        AC_MSG_ERROR([required function select() is missing!])
@@ -348,7 +348,7 @@ fi
 # -- Result --
 
 echo
-echo "ngIRCd has been configured with the following options:"
+echo "ngIRCd $PACKAGE_VERSION has been configured with the following options:"
 echo
 
 # Someone please show me a better way :)  [borrowed by OpenSSH]