summaryrefslogtreecommitdiff
path: root/net-analyzer/driftnet/files/driftnet-1.3.0-CFLAGS.patch
blob: 2b25ed45833af724e40ba12c1d569cf2f060cf5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/configure.ac
+++ b/configure.ac
@@ -68,12 +68,12 @@
     ,
     [enable_debug=yes])
 
-if test "x$enable_debug" = xyes; then
-    CFLAGS="-O2 -g -DDEBUG"
-else
-	CFLAGS="-O2 -DNDEBUG"
-fi
-#AM_CONDITIONAL(ENABLE_DEBUG, test "$enable_debug" = "yes")
+#if test "x$enable_debug" = xyes; then
+#    CFLAGS="-O2 -g -DDEBUG"
+#else
+#	CFLAGS="-O2 -DNDEBUG"
+#fi
+AM_CONDITIONAL(ENABLE_DEBUG, test "$enable_debug" = "yes")
 
 #
 # Checks for programs.