diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-01-21 02:25:25 +0100 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-01-21 02:25:25 +0100 |
commit | 620c82bd75a36e529b4b2c25d5c0f53a9876ef51 (patch) | |
tree | a9eb2e692a55ace86808a58820fb95e068865768 /acinclude.m4 | |
parent | Convert HAVE_NETINET... to the APR mac (diff) | |
download | apache2-620c82bd75a36e529b4b2c25d5c0f53a9876ef51.tar.xz apache2-620c82bd75a36e529b4b2c25d5c0f53a9876ef51.zip |
Back out most of the last commit. Keep APR macros seperate from Apache
macros.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3df2330496..195270220a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -157,7 +157,7 @@ AC_DEFUN(APACHE_INADDR_NONE,[ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif -#if APR_HAVE_NETINET_IN_H +#ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_ARPA_INET_H |