diff options
Diffstat (limited to 'net-mgmt/driftnet/files/patch-configure.ac')
-rw-r--r-- | net-mgmt/driftnet/files/patch-configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/driftnet/files/patch-configure.ac b/net-mgmt/driftnet/files/patch-configure.ac deleted file mode 100644 index 32db1d1143f1..000000000000 --- a/net-mgmt/driftnet/files/patch-configure.ac +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.ac.orig 2013-05-12 15:16:43 UTC -+++ configure.ac -@@ -24,11 +24,6 @@ AC_ARG_ENABLE([debug], - , - [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") - - # |