From b230781ddc6a7348ad7337e8581fd8c169e51081 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 6 Dec 2000 21:09:59 +0000 Subject: [PATCH] Specify portable architecture options for HP-UX compilers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1344 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5e8697152..2e0a90e9c 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.20 2000/11/20 19:02:19 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.21 2000/12/06 21:09:59 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -244,6 +244,8 @@ else CFLAGS="+O2 $CFLAGS" CXXFLAGS="+O2 +W336,501,736,740,749,829 $CXXFLAGS" fi + CFLAGS="+DAportable $CFLAGS" + CXXFLAGS="+DAportable $CXXFLAGS" ;; SunOS*) # Solaris @@ -279,5 +281,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl -dnl End of "$Id: configure.in,v 1.33.2.20 2000/11/20 19:02:19 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.21 2000/12/06 21:09:59 easysw Exp $". dnl