From 9324cc741c212c023509b74e4a5fdbd764dee1e4 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Fri, 14 May 1999 09:08:05 +0000 Subject: 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 --- configure.in | 7 ++++--- 1 file 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# -- cgit v1.2.3