diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-14 15:47:10 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:53:18 +0100 |
commit | 6ff2ec7da32d2a2afeb2b1b0a1d5a78e2d573402 (patch) | |
tree | eee661657a612cb298a64566da580c1637e9db57 /Configure | |
parent | 7e0346596d505ad065530a113109ee0a1ff260e9 (diff) | |
download | perl-6ff2ec7da32d2a2afeb2b1b0a1d5a78e2d573402.tar.gz |
Rely on C89 <assert.h>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -961,7 +961,6 @@ html3dir='' html3direxp='' installhtml3dir='' i_arpainet='' -i_assert='' i_bfd='' i_crypt='' db_hashtype='' @@ -22601,10 +22600,6 @@ case "$yacc" in ;; esac -: see if this is a assert.h system -set assert.h i_assert -eval $inhdr - : see if this is a bfd.h system set bfd.h i_bfd eval $inhdr @@ -24409,7 +24404,6 @@ i64type='$i64type' i8size='$i8size' i8type='$i8type' i_arpainet='$i_arpainet' -i_assert='$i_assert' i_bfd='$i_bfd' i_bsdioctl='$i_bsdioctl' i_crypt='$i_crypt' |