mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
530754aa29
Monitors your favorite web pages and notifies you of updates. PR: 19621 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
12 lines
497 B
Plaintext
12 lines
497 B
Plaintext
--- configure.in.orig Wed Aug 19 21:29:58 1998
|
|
+++ configure.in Sat Jun 17 02:46:57 2000
|
|
@@ -41,7 +41,7 @@
|
|
dnl Checks for header files.
|
|
AC_HEADER_DIRENT
|
|
AC_HEADER_STDC
|
|
-AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h sys/types.h sys/stat.h re_comp.h net/errno.h getopt.h sys/param.h)
|
|
+AC_CHECK_HEADERS(fcntl.h ndbm.h sys/time.h unistd.h sys/types.h sys/stat.h re_comp.h net/errno.h getopt.h sys/param.h)
|
|
AC_CHECK_FUNCS(flock)
|
|
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|