1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Fix build on current, to solve getopt.h problem

This commit is contained in:
Dirk Meyer 2002-12-18 18:51:02 +00:00
parent d848840576
commit a5773c03e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71711

View File

@ -1,6 +1,6 @@
--- configure.in.orig Fri May 3 16:43:04 2002
+++ configure.in Fri Sep 6 22:47:11 2002
@@ -144,48 +144,8 @@
+++ configure.in Wed Dec 18 19:47:26 2002
@@ -144,49 +144,6 @@
CFLAGS="$CFLAGS -DqCvsDebug=1"
fi
@ -46,8 +46,7 @@
-AM_CONDITIONAL(HAVE_GETOPT_H, test x$as_ac_Header= xyes)
-
-fi
+AC_CHECK_HEADERS(getopt.h)
+AM_CONDITIONAL(HAVE_GETOPT_H, test x$as_ac_Header = xyes)
-
dnl Set PACKAGE_DATA_DIR in config.h.
if test "x${datadir}" = 'x${prefix}/share'; then
if test "x${prefix}" = "xNONE"; then