]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
Updated documentation.
[ngircd-alex.git] / configure.in
index f6cf350d97eff30bcead9900cf6c73c063fd7a92..698fd4fe8f7528b7c1abba4db58a15c1171be0a8 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.109 2005/04/16 07:26:44 fw Exp $
+# $Id: configure.in,v 1.111 2005/06/26 13:42:11 alex Exp $
 #
 
 # -- Initialisation --
@@ -91,8 +91,8 @@ AC_CHECK_HEADERS([arpa/inet.h ctype.h malloc.h stdbool.h stddef.h varargs.h])
 
 AC_MSG_CHECKING(whether socklen_t exists)
 AC_TRY_COMPILE([
-#include <sys/socket.h>
 #include <sys/types.h>
+#include <sys/socket.h>
        ],[
        socklen_t a, b;
        a = 2; b = 4; a += b;
@@ -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]