freebsd-ports/sysutils/xlogmaster/files/patch-af
Kirill Ponomarev 05079e4428 - Fix build on -current
- Utilize INFO

PR:		ports/62434
Submitted by:	Ports Fury
2004-02-06 14:04:12 +00:00

20 lines
440 B
Text

--- configure.orig Thu Apr 1 01:00:59 1999
+++ configure Thu Feb 5 22:01:46 2004
@@ -860,7 +860,7 @@
-CFLAGS=""
+#CFLAGS=""
if test x${CXXFLAGS+set} = xset ; then
:
else
@@ -1874,7 +1874,7 @@
import_sources="$force_libimport"
rx_sources="$force_libimport"
-for ac_func in getopt_long_only
+for ac_func in getopt_long
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:1881: checking for $ac_func" >&5