From 34e44c520693bed1bba1632d4a2b32b096aa94c3 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 26 Apr 2000 06:55:08 +0000 Subject: Changed -omit-stack-frame to -omit-frame-pointer, hope this is correct git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1091 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index ba099c727..09d389da9 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.7 2000/04/25 22:15:41 mike Exp $" +dnl# "$Id: configure.in,v 1.33.2.8 2000/04/26 06:55:08 bill Exp $" dnl# dnl# Configuration script for the Fast Light Tool Kit (FLTK). dnl# @@ -184,8 +184,8 @@ if test -n "$GXX"; then CFLAGS="-fPIC $CFLAGS" CXXFLAGS="-fPIC $CXXFLAGS" fi - CFLAGS="-fno-rtti -fomit-stack-frame $CFLAGS" - CXXFLAGS="-fno-rtti -fomit-stack-frame $CXXFLAGS" + CFLAGS="-fno-rtti -fomit-frame-pointer $CFLAGS" + CXXFLAGS="-fno-rtti -fomit-frame-pointer $CXXFLAGS" # See if GCC supports -fno-exceptions... @@ -263,5 +263,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl# -dnl# End of "$Id: configure.in,v 1.33.2.7 2000/04/25 22:15:41 mike Exp $". +dnl# End of "$Id: configure.in,v 1.33.2.8 2000/04/26 06:55:08 bill Exp $". dnl# -- cgit v1.2.3