Don't use _INCLUDE_POSIX_SOURCE under HP-UX with HP compilers.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1566 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2001-08-08 12:45:57 +00:00
parent 4477e16640
commit 41d2f97efb
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
dnl -*- sh -*-
dnl the "configure" script is made from this by running GNU "autoconf"
dnl
dnl "$Id: configure.in,v 1.33.2.31 2001/05/07 14:34:22 easysw Exp $"
dnl "$Id: configure.in,v 1.33.2.32 2001/08/08 12:45:57 easysw Exp $"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@ -338,8 +338,8 @@ else
CFLAGS="+O2 $CFLAGS"
CXXFLAGS="+O2 +W336,501,736,740,749,829 $CXXFLAGS"
fi
CFLAGS="+DAportable -D_INCLUDE_POSIX_SOURCE $CFLAGS"
CXXFLAGS="+DAportable -D_INCLUDE_POSIX_SOURCE $CXXFLAGS"
CFLAGS="+DAportable $CFLAGS"
CXXFLAGS="+DAportable $CXXFLAGS"
;;
SunOS*)
# Solaris
@ -381,5 +381,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl
dnl End of "$Id: configure.in,v 1.33.2.31 2001/05/07 14:34:22 easysw Exp $".
dnl End of "$Id: configure.in,v 1.33.2.32 2001/08/08 12:45:57 easysw Exp $".
dnl