summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-12-17 01:04:38 +0000
committerAndrew Tridgell <tridge@samba.org>1998-12-17 01:04:38 +0000
commitd973a107a2edac5ee2874eb6fdc005b9d32be379 (patch)
tree214bd055e2bdffd0c11478c551953f344ba98605 /source3/configure
parentdc003d8d408b87eecba9044d2d8732a3604827bf (diff)
downloadsamba-d973a107a2edac5ee2874eb6fdc005b9d32be379.tar.gz
samba-d973a107a2edac5ee2874eb6fdc005b9d32be379.tar.bz2
samba-d973a107a2edac5ee2874eb6fdc005b9d32be379.zip
and in head branch:
make sure we include sys/mman.h if available (This used to be commit ccf644388732287da01a943ea826187b5394ebc6)
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure
index a6fb9d31e7..e0503e21e3 100755
--- a/source3/configure
+++ b/source3/configure
@@ -1651,7 +1651,7 @@ else
fi
done
-for ac_hdr in sys/wait.h sys/resource.h sys/ioctl.h sys/mode.h
+for ac_hdr in sys/wait.h sys/resource.h sys/ioctl.h sys/mode.h sys/mman.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6