summaryrefslogtreecommitdiff
path: root/lang/pfe/files/patch-pfe::configure
blob: 905d4d4d10bce6c03c39a7d0432e8669d8279c79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- pfe/configure.orig	Tue Mar  4 07:04:06 2003
+++ pfe/configure	Sat Aug  7 18:44:13 2004
@@ -11693,10 +11693,10 @@
 GCC_WARN="" ; OPTIM="" ; DEBUG=""
 echo "$as_me:11694: checking optimize level \"$WITHVAL_OPT\" is..." >&5
 echo $ECHO_N "checking optimize level \"$WITHVAL_OPT\" is...... $ECHO_C" >&6
-CFLAGS=`echo " $CFLAGS " | sed -e 's/ -O[0-9]* / /'`
+CFLAGS=`echo " $CFLAGS "`
 opt_level="$WITHVAL_OPT"
 if test "$GCC" = "yes" ; then
-   OPTIM="-O$opt_level"
+   OPTIM=""
    if test "$with_sbr_call_threading" != "yes" ; then
 
 cat >>confdefs.h <<\EOF