diff options
author | foobar <sniper@php.net> | 2005-04-08 13:36:23 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-08 13:36:23 +0000 |
commit | 4f615d3cffa3e2086abcf8a782d57e93626e554c (patch) | |
tree | 70f2db78412bccf696e9e55051b325287a8b2255 | |
parent | 53e5eb8032632a36e69f81998148ca19b6bf8024 (diff) | |
download | php-git-4f615d3cffa3e2086abcf8a782d57e93626e554c.tar.gz |
remove duplicate entry
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e1f19ade2a..fe7d298d5c 100644 --- a/configure.in +++ b/configure.in @@ -363,8 +363,7 @@ unix.h \ utime.h \ sys/utsname.h \ sys/ipc.h \ -dlfcn.h \ -inttypes.h +dlfcn.h ],[],[],[ #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> |