13 lines
432 B
Text
13 lines
432 B
Text
$NetBSD: patch-aa,v 1.5 2006/10/10 20:09:22 rillig Exp $
|
|
|
|
--- configure.orig 2006-10-10 22:01:05.000000000 +0200
|
|
+++ configure 2006-10-10 22:07:44.000000000 +0200
|
|
@@ -6750,7 +6750,7 @@ else
|
|
USE_DEBUG="no"
|
|
fi;
|
|
|
|
-if test "x${USE_DEBUG}" == "xyes" ; then
|
|
+if test "x${USE_DEBUG}" = "xyes" ; then
|
|
DEBUG_CXXFLAGS="-g"
|
|
echo "$as_me:$LINENO: result: compiling in debug mode" >&5
|
|
echo "${ECHO_T}compiling in debug mode" >&6
|