13 lines
447 B
Text
13 lines
447 B
Text
$NetBSD: patch-aa,v 1.5 2006/10/11 19:08:02 rillig Exp $
|
|
|
|
--- configure.orig 2006-10-11 21:06:31.000000000 +0200
|
|
+++ configure 2006-10-11 21:06:53.000000000 +0200
|
|
@@ -25161,7 +25161,7 @@ cat >>confdefs.h <<\_ACEOF
|
|
#define DEBUG 1
|
|
_ACEOF
|
|
|
|
- if test "x$ac_cv_debug" == "xfull"; then
|
|
+ if test "x$ac_cv_debug" = "xfull"; then
|
|
CFLAGS="$CFLAGS -g3 -Wall -Werror"
|
|
echo "$as_me:$LINENO: result: full" >&5
|
|
echo "${ECHO_T}full" >&6
|