summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-08 12:47:59 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-08 12:47:59 +0000
commit90781ce4280770f05bdeab21bf2c8e268f1b55fc (patch)
treebfc71d5ea86f7817dd82729a2262762edc6fbe9b /configure.in
parent9ab0bb195e8f79568c2a52fa4ebd287b1686ccaa (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 5546e704e..ae9bbe289 100644
--- a/configure.in
+++ b/configure.in
@@ -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.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 Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@@ -388,8 +388,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
@@ -439,5 +439,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
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