diff options
author | Andrei Zmievski <andrei@php.net> | 2000-04-20 13:47:15 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-04-20 13:47:15 +0000 |
commit | 70b2013f9e533d6a55dafe78cf0d7100a2914cf5 (patch) | |
tree | 884b6766dc88102c06c83d59e90b9ce81ca20538 | |
parent | 9aba6a94d3890bc7f0bbef9d8f3b869384a840d4 (diff) | |
download | php-git-70b2013f9e533d6a55dafe78cf0d7100a2914cf5.tar.gz |
Check for ieeefp.h.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f43649c5c0..6f7cd86c39 100644 --- a/configure.in +++ b/configure.in @@ -230,6 +230,7 @@ crypt.h \ dlfcn.h \ fcntl.h \ grp.h \ +ieeefp.h \ limits.h \ locale.h \ memory.h \ |