mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
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
This commit is contained in:
+4
-3
@@ -1,7 +1,7 @@
|
|||||||
dnl# -*- sh -*-
|
dnl# -*- sh -*-
|
||||||
dnl# the "configure" script is made from this by running GNU "autoconf"
|
dnl# the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl#
|
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#
|
||||||
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl#
|
dnl#
|
||||||
@@ -188,9 +188,10 @@ else
|
|||||||
# LD="ld -n32"
|
# LD="ld -n32"
|
||||||
# MAKEDEPEND="CC -M"
|
# 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
|
# -woff 3322 is necessary due to errors in Xlib headers on IRIX
|
||||||
CFLAGS="-fullwarn $CFLAGS"
|
CFLAGS="-fullwarn $CFLAGS"
|
||||||
CXXFLAGS="-fullwarn -woff 1685 -woff 3322 $CXXFLAGS"
|
CXXFLAGS="-fullwarn -woff 1685,3322 $CXXFLAGS"
|
||||||
else
|
else
|
||||||
CXXFLAGS="+w +pp $CXXFLAGS"
|
CXXFLAGS="+w +pp $CXXFLAGS"
|
||||||
fi
|
fi
|
||||||
@@ -229,5 +230,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
|||||||
AC_OUTPUT(makeinclude)
|
AC_OUTPUT(makeinclude)
|
||||||
|
|
||||||
dnl#
|
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#
|
dnl#
|
||||||
|
|||||||
Reference in New Issue
Block a user