changeset 27326:2d40cb917037

Remove unused HPUX #define from command line.
author diego
date Mon, 28 Jul 2008 16:47:19 +0000
parents a724531d1e5b
children a336468a5747
files configure
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jul 28 16:36:11 2008 +0000
+++ b/configure	Mon Jul 28 16:47:19 2008 +0000
@@ -7616,10 +7616,6 @@
 if amigaos ; then
   CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
 fi
-if hpux ; then
-  # use flag for HPUX missing setenv()
-  CFLAGS="$CFLAGS -DHPUX"
-fi
 # Thread support
 if linux ; then
   CFLAGS="$CFLAGS -D_REENTRANT"