ports/net/tcpreplay/files/patch-configure.in
Scott Mace 1a013a3d06 Update tcpreplay with patch from Aaron Turner.
This includes tcpprep and multi-nic support.
2002-04-15 20:03:51 +00:00

15 lines
486 B
Text

--- 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],