diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-05-14 09:08:05 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-05-14 09:08:05 +0000 |
| commit | 9324cc741c212c023509b74e4a5fdbd764dee1e4 (patch) | |
| tree | 0b6321eecc2d1a34d26299810cdd66f75f393fea | |
| parent | ce68c7386cf90ef28e7cc88a2a2449620f5703a4 (diff) | |
Shortened the option string for IRIX a bit by combining the two -woff's
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@588 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 47c30cfd6..7d9a2da93 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.2 1999/04/30 06:41:11 bill Exp $" +dnl# "$Id: configure.in,v 1.33.2.3 1999/05/14 09:08:05 bill Exp $" dnl# dnl# Configuration script for the Fast Light Tool Kit (FLTK). dnl# @@ -188,9 +188,10 @@ else # LD="ld -n32" # MAKEDEPEND="CC -M" + echo "FOR BEST RESULTS BEFORE COMPILING: setenv SGI_ABI -n32" # -woff 3322 is necessary due to errors in Xlib headers on IRIX CFLAGS="-fullwarn $CFLAGS" - CXXFLAGS="-fullwarn -woff 1685 -woff 3322 $CXXFLAGS" + CXXFLAGS="-fullwarn -woff 1685,3322 $CXXFLAGS" else CXXFLAGS="+w +pp $CXXFLAGS" fi @@ -229,5 +230,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl# -dnl# End of "$Id: configure.in,v 1.33.2.2 1999/04/30 06:41:11 bill Exp $". +dnl# End of "$Id: configure.in,v 1.33.2.3 1999/05/14 09:08:05 bill Exp $". dnl# |
