Prevent gtranslator from needlessly clobbering debugging

flags.
This commit is contained in:
Adam Weinberger 2004-08-07 05:57:01 +00:00
parent 35f08640a9
commit a09c1bb523
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115546

View File

@ -0,0 +1,11 @@
--- configure.orig Sat Aug 7 01:53:34 2004
+++ configure Sat Aug 7 01:53:40 2004
@@ -5284,7 +5284,7 @@
if test "x$enable_debug" = "xyes" ; then
CFLAGS="$CFLAGS -ggdb "
else
- CFLAGS="`echo $CFLAGS|sed -e s/-g.//g -e s/-ggdb//g`"
+# CFLAGS="`echo $CFLAGS|sed -e s/-g.//g -e s/-ggdb//g`"
fi
echo "$as_me:$LINENO: result: $enable_debug" >&5
echo "${ECHO_T}$enable_debug" >&6