aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/tcpreplay/files/patch-configure.in')
-rw-r--r--net-mgmt/tcpreplay/files/patch-configure.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/tcpreplay/files/patch-configure.in b/net-mgmt/tcpreplay/files/patch-configure.in
deleted file mode 100644
index c4b923a297ed..000000000000
--- a/net-mgmt/tcpreplay/files/patch-configure.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.in.orig Mon Apr 15 14:20:18 2002
-+++ configure.in Mon Apr 15 14:20:52 2002
-@@ -20,12 +20,6 @@
- [ --with-debug Enable debugging code and support for the -d option],
- AC_DEFINE(DEBUG) AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
-
--dnl Use these compiler flags if we have gcc.
--if test $ac_cv_prog_gcc = yes; then
-- CCOPTS='-O2 -pipe -Wall'
-- CFLAGS="$CCOPTS"
--fi
--
- dnl Checks for libnet
- AC_ARG_WITH(libnet,
- [ --with-libnet=DIR use libnet in DIR/lib],