mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02: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
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue