]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.ng
Merge branch 'bug153-ServerMask' into master
[ngircd-alex.git] / configure.ng
index c89096fd0f8febf02f3f1a08134ba7c686e387c3..c0309965de4fb16c492c4244b0a3821bf3c4324c 100644 (file)
@@ -120,14 +120,14 @@ AC_HEADER_TIME
 
 # Required header files
 AC_CHECK_HEADERS([ \
-       fcntl.h netdb.h netinet/in.h netinet/in_systm.h stdlib.h string.h \
+       fcntl.h netdb.h netinet/in.h stdlib.h string.h \
        strings.h sys/socket.h sys/time.h unistd.h \
        ],,AC_MSG_ERROR([required C header missing!]))
 
 # Optional header files
 AC_CHECK_HEADERS_ONCE([ \
-       arpa/inet.h inttypes.h malloc.h netinet/ip.h stdbool.h stddef.h \
-       stdint.h varargs.h \
+       arpa/inet.h inttypes.h malloc.h netinet/in_systm.h netinet/ip.h \
+       stdbool.h stddef.h stdint.h varargs.h \
        ])
 
 # -- Datatypes --
@@ -519,7 +519,7 @@ if test "$x_ircplus_on" = "yes"; then
        x_iconv_on=no
        AC_ARG_WITH(iconv,
                AS_HELP_STRING([--with-iconv],
-                              [enable character conversation using libiconv]),
+                              [enable character conversion using libiconv]),
                [ if test "$withval" != "no"; then
                        if test "$withval" != "yes"; then
                                CFLAGS="-I$withval/include $CFLAGS"