diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-22 17:51:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-22 17:51:03 +0000 |
commit | 2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48 (patch) | |
tree | 97b354c83761a18c7a844271b6a102afd1d4abf9 /Configure | |
parent | bfd025d94e67a140ec0eeee79dfcef213d537327 (diff) | |
download | perl-2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48.tar.gz |
Add a Configure probe for <assert.h>
p4raw-id: //depot/perl@32705
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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' |