forked from Lainports/freebsd-ports
Respect CXXFLAGS (not from submitter) PR: 17443 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
11 lines
305 B
Text
11 lines
305 B
Text
--- configure.in.orig Tue Feb 22 17:48:11 2000
|
|
+++ configure.in Sat Mar 18 18:10:52 2000
|
|
@@ -31,7 +31,7 @@
|
|
|
|
dnl Checks for header files.
|
|
AC_HEADER_STDC
|
|
-AC_CHECK_HEADERS(fcntl.h unistd.h set.h)
|
|
+AC_CHECK_HEADERS(fcntl.h unistd.h)
|
|
|
|
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|