diff options
author | foobar <sniper@php.net> | 2005-02-10 22:19:32 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-02-10 22:19:32 +0000 |
commit | 378817d367442e734cac13c9665fa6c2f1a09f08 (patch) | |
tree | 4c966099f497da508098283ddde90ff81b6876e5 /configure.in | |
parent | 5b78e4c025c4fb5bf66ecab5cbb52536d5e29d67 (diff) | |
download | php-git-378817d367442e734cac13c9665fa6c2f1a09f08.tar.gz |
- Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ff43fd56a1..96d8076829 100644 --- a/configure.in +++ b/configure.in @@ -402,7 +402,6 @@ stdlib.h \ string.h \ syslog.h \ sysexits.h \ -sys/bitypes.h \ sys/ioctl.h \ sys/file.h \ sys/mman.h \ |