mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
15 lines
486 B
Text
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],
|