diff options
author | Stefan Fritsch <sf@apache.org> | 2011-02-05 19:02:33 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-02-05 19:02:33 +0000 |
commit | 2e8001b53945ea37c5af423b6e4ccdac02ee04cc (patch) | |
tree | aaef21ce235a82313fcc3c83120c44a184be7c51 /configure.in | |
parent | 1906ca4fe0beeeaffab190114e05ecab0209e571 (diff) | |
download | httpd-2e8001b53945ea37c5af423b6e4ccdac02ee04cc.tar.gz |
revert r1066944, r1067177 for now
breaks MacOS X and wherever this code will go, server/main.c does not seem to be the right place.
See
http://mail-archives.apache.org/mod_mbox/httpd-dev/201102.mbox/%3C01930193-8A3B-4635-9EB0-5EE31349E49C@jaguNET.com%3E
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1067483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 5082c6e1d4..0f4142435f 100644 --- a/configure.in +++ b/configure.in @@ -400,7 +400,6 @@ sys/sem.h \ sys/sdt.h ) AC_HEADER_SYS_WAIT -AC_HEADER_RESOLV dnl ## Check for typedefs, structures, and compiler characteristics. @@ -417,7 +416,6 @@ LIBS="$saved_LIBS" dnl See Comment #Spoon -AC_SEARCH_LIBS(res_init, resolv, , [AC_SEARCH_LIBS(__res_init,resolv)]) AC_CHECK_FUNCS( \ getpwnam \ getgrnam \ @@ -426,9 +424,7 @@ bindprocessor \ prctl \ timegm \ getpgid \ -fopen64 \ -res_init \ -__res_init +fopen64 ) dnl confirm that a void pointer is large enough to store a long integer |