summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-22 17:51:03 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-22 17:51:03 +0000
commit2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48 (patch)
tree97b354c83761a18c7a844271b6a102afd1d4abf9 /Configure
parentbfd025d94e67a140ec0eeee79dfcef213d537327 (diff)
downloadperl-2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48.tar.gz
Add a Configure probe for <assert.h>
p4raw-id: //depot/perl@32705
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/Configure b/Configure
index e8059b0a35..d907e04d97 100755
--- a/Configure
+++ b/Configure
@@ -839,6 +839,7 @@ installhtml1dir=''
html3dir=''
html3direxp=''
installhtml3dir=''
+i_assert=''
i_arpainet=''
i_crypt=''
db_hashtype=''
@@ -20923,6 +20924,10 @@ val=$val3; set i_termios; eval $setvar
set stddef.h i_stddef
eval $inhdr
+: see if assert.h is available
+set assert.h i_assert
+eval $inhdr
+
: see if sys/access.h is available
set sys/access.h i_sysaccess
eval $inhdr
@@ -22104,6 +22109,7 @@ i64type='$i64type'
i8size='$i8size'
i8type='$i8type'
i_arpainet='$i_arpainet'
+i_assert='$i_assert'
i_bsdioctl='$i_bsdioctl'
i_crypt='$i_crypt'
i_db='$i_db'