11 lines
283 B
Text
11 lines
283 B
Text
--- configure.orig 2010-03-21 14:18:33.000000000 -0400
|
|
+++ configure 2010-03-21 14:18:33.000000000 -0400
|
|
@@ -15286,7 +15286,7 @@ else
|
|
USE_DEBUG="no"
|
|
fi
|
|
|
|
-if test "x$USE_DEBUG" == "xyes" ; then
|
|
+if test "x$USE_DEBUG" = "xyes" ; then
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
#define DEBUG 1
|