From 63f88fb5f21138526ecc27074bbd090cf07c0750 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 3 Jun 2000 13:21:13 +0000 Subject: Dropped use of -fno-rtti since this causes problems with apps that don't use -fno-rtti. Increases size of FLUID about 19k on my PC. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index a4ad734f9..e9e96c2fa 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.12 2000/04/27 00:17:51 mike Exp $" +dnl "$Id: configure.in,v 1.33.2.13 2000/06/03 13:21:13 mike Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -188,9 +188,6 @@ if test -n "$GXX"; then CXXFLAGS="-fPIC $CXXFLAGS" fi - CFLAGS="-fno-rtti $CFLAGS" - CXXFLAGS="-fno-rtti $CXXFLAGS" - # See if GCC supports -fno-exceptions... echo "Testing if GCC supports -fno-exceptions..." OLDCFLAGS="$CFLAGS" @@ -280,5 +277,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl -dnl End of "$Id: configure.in,v 1.33.2.12 2000/04/27 00:17:51 mike Exp $". +dnl End of "$Id: configure.in,v 1.33.2.13 2000/06/03 13:21:13 mike Exp $". dnl -- cgit v1.2.3