blob: ac6817eb0b959131589271464cf54ae034fd0399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.5 2004/12/02 13:33:32 dmcmahill Exp $
--- configure.orig Mon Sep 6 09:49:40 2004
+++ configure
@@ -3295,7 +3295,7 @@ fi
if test "$enable_debug" = "no"; then
{ echo "$as_me:$LINENO: WARNING: Removing debugging option!" >&5
echo "$as_me: WARNING: Removing debugging option!" >&2;}
- CFLAGS=" "
+ CFLAGS="`echo $CFLAGS | sed 's;-g;;g'` "
fi
|