summaryrefslogtreecommitdiff
path: root/source/configure
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 05:58:09 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 05:58:09 +0000
commit77aea37bb83f2b9ad541f851b003ca10b9811314 (patch)
treed928694a64d029f345ca79a88cda06b1767b194c /source/configure
parent50526c45ba7920b15b6947edc8bc714a00d80f79 (diff)
downloadsamba-77aea37bb83f2b9ad541f851b003ca10b9811314.tar.gz
- no getdents on OSF1
- try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes!
Diffstat (limited to 'source/configure')
-rwxr-xr-xsource/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure b/source/configure
index adeda77b41f..028fd7bdb98 100755
--- a/source/configure
+++ b/source/configure
@@ -1940,7 +1940,7 @@ else
fi
done
-for ac_hdr in sys/acl.h
+for ac_hdr in sys/acl.h sys/cdefs.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -4352,7 +4352,7 @@ else
fi
done
-for ac_func in _getdents __getdents _lseek __lseek _read __read
+for ac_func in getdents _getdents __getdents _lseek __lseek _read __read
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4359: checking for $ac_func" >&5