summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-ad
blob: f09480e5ff129ded864f84454f4f4eedd9a51c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.5 2004/12/02 13:33:32 dmcmahill Exp $

--- configure.in.orig	Sun Aug 15 08:51:13 2004
+++ configure.in
@@ -161,7 +161,7 @@ fi
 
 if test "$enable_debug" = "no"; then
 	AC_MSG_WARN(Removing debugging option!)
-	CFLAGS=" "
+	CFLAGS="`echo $CFLAGS | sed 's;-g;;g'` "
 fi