mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
HPUX 10.20 needs -D_XOPEN_SOURCE_EXTENDED
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1321 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1b8705bd44
commit
7423df6aa8
@ -195,6 +195,15 @@ if test "x$ac_cv_prog_gcc" = "xyes"; then
|
||||
CFLAGS="$CFLAGS -Wall"
|
||||
fi
|
||||
|
||||
dnl * OS specific options
|
||||
case "$host_os" in
|
||||
hpux*)
|
||||
CFLAGS="$CFLAGS -D_XOPEN_SOURCE_EXTENDED"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
dnl * socklen_t - AC_CHECK_TYPE() would be _really_ useful if it only would
|
||||
dnl * accept header files where to find the typedef..
|
||||
AC_MSG_CHECKING([for socklen_t])
|
||||
|
Loading…
Reference in New Issue
Block a user