mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
configure: "netinet/in_systm.h" is optional
The header file "netinet/in_systm.h" already is optional in ngIRCd, so don't require it in the configure script. Now ngIRCd can be built on Minix 3 again :-)
This commit is contained in:
parent
a551942635
commit
fd260404ca
@ -120,14 +120,14 @@ AC_HEADER_TIME
|
|||||||
|
|
||||||
# Required header files
|
# Required header files
|
||||||
AC_CHECK_HEADERS([ \
|
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 \
|
strings.h sys/socket.h sys/time.h unistd.h \
|
||||||
],,AC_MSG_ERROR([required C header missing!]))
|
],,AC_MSG_ERROR([required C header missing!]))
|
||||||
|
|
||||||
# Optional header files
|
# Optional header files
|
||||||
AC_CHECK_HEADERS_ONCE([ \
|
AC_CHECK_HEADERS_ONCE([ \
|
||||||
arpa/inet.h inttypes.h malloc.h netinet/ip.h stdbool.h stddef.h \
|
arpa/inet.h inttypes.h malloc.h netinet/in_systm.h netinet/ip.h \
|
||||||
stdint.h varargs.h \
|
stdbool.h stddef.h stdint.h varargs.h \
|
||||||
])
|
])
|
||||||
|
|
||||||
# -- Datatypes --
|
# -- Datatypes --
|
||||||
|
Loading…
Reference in New Issue
Block a user