summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/configure
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-06 12:45:47 +0000
committerjlam <jlam@pkgsrc.org>2003-09-06 12:45:47 +0000
commit573a9192d03e4b237b8f4f1edaf66af130523efb (patch)
tree40f2b6a2e1b0557ab9d3635c96b4256c4347dc04 /pkgtools/libnbcompat/files/configure
parentcaa5e5f5b4673a1ef2fc333498a7e13a0cd3be76 (diff)
downloadpkgsrc-573a9192d03e4b237b8f4f1edaf66af130523efb.tar.gz
Also check for presence of <sys/statfs.h>, and pretend we don't have it if
we use libnbcompat's statfs.
Diffstat (limited to 'pkgtools/libnbcompat/files/configure')
-rwxr-xr-xpkgtools/libnbcompat/files/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure
index 54a392d280a..498e3feab9b 100755
--- a/pkgtools/libnbcompat/files/configure
+++ b/pkgtools/libnbcompat/files/configure
@@ -3167,6 +3167,7 @@ done
+
for ac_header in arpa/nameser.h assert.h bind/bitypes.h dirent.h err.h \
errno.h fcntl.h fts.h glob.h inttypes.h libutil.h limits.h \
machine/endian.h memory.h ndir.h netdb.h netinet/in6_machtypes.h \
@@ -3174,8 +3175,9 @@ for ac_header in arpa/nameser.h assert.h bind/bitypes.h dirent.h err.h \
string.h sys/bitypes.h sys/byteorder.h sys/cdefs.h sys/dir.h \
sys/endian.h sys/file.h sys/mkdev.h sys/mount.h sys/ndir.h \
sys/param.h sys/poll.h sys/queue.h sys/time.h sys/ttycom.h \
- sys/stat.h sys/statvfs.h sys/vfs.h sys/types.h sys/vfs.h termcap.h \
- termios.h time.h tzfile.h unistd.h util.h utmp.h
+ sys/stat.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/types.h \
+ sys/vfs.h termcap.h termios.h time.h tzfile.h unistd.h util.h \
+ utmp.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then