mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
No _INCLUDE_POSIX_SOURCE definition for HP-UX...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
|||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
dnl
|
||||||
dnl "$Id: configure.in,v 1.33.2.31.2.5 2001/08/05 16:10:09 easysw Exp $"
|
dnl "$Id: configure.in,v 1.33.2.31.2.6 2001/08/08 12:47:59 easysw Exp $"
|
||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
@@ -388,8 +388,8 @@ else
|
|||||||
CFLAGS="+O2 $CFLAGS"
|
CFLAGS="+O2 $CFLAGS"
|
||||||
CXXFLAGS="+O2 +W336,501,736,740,749,829 $CXXFLAGS"
|
CXXFLAGS="+O2 +W336,501,736,740,749,829 $CXXFLAGS"
|
||||||
fi
|
fi
|
||||||
CFLAGS="+DAportable -D_INCLUDE_POSIX_SOURCE $CFLAGS"
|
CFLAGS="+DAportable $CFLAGS"
|
||||||
CXXFLAGS="+DAportable -D_INCLUDE_POSIX_SOURCE $CXXFLAGS"
|
CXXFLAGS="+DAportable $CXXFLAGS"
|
||||||
;;
|
;;
|
||||||
SunOS*)
|
SunOS*)
|
||||||
# Solaris
|
# Solaris
|
||||||
@@ -439,5 +439,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
|||||||
AC_OUTPUT(makeinclude)
|
AC_OUTPUT(makeinclude)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.5 2001/08/05 16:10:09 easysw Exp $".
|
dnl End of "$Id: configure.in,v 1.33.2.31.2.6 2001/08/08 12:47:59 easysw Exp $".
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user