Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in my

previous commit).

Noticed by:	kuriyama
Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-02-10 11:44:00 +00:00
parent be0138a1e1
commit d32dce0a68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100540
3 changed files with 3 additions and 3 deletions

View file

@ -554,7 +554,7 @@ CONFIGURE_ARGS+=--with-zlib=yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_APACHE)
.if exists(${LOCALBASE}/include/apache2/apr.h)
.if exists(${LOCALBASE}/include/apache2/httpd.h)
WITH_APACHE2= yes
APACHE_MPM!= ${APXS} -q MPM_NAME
.endif

View file

@ -542,7 +542,7 @@ CONFIGURE_ARGS+=--with-zlib
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_APACHE)
.if exists(${LOCALBASE}/include/apache2/apr.h)
.if exists(${LOCALBASE}/include/apache2/httpd.h)
WITH_APACHE2= yes
APACHE_MPM!= ${APXS} -q MPM_NAME
.endif

View file

@ -542,7 +542,7 @@ CONFIGURE_ARGS+=--with-zlib
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_APACHE)
.if exists(${LOCALBASE}/include/apache2/apr.h)
.if exists(${LOCALBASE}/include/apache2/httpd.h)
WITH_APACHE2= yes
APACHE_MPM!= ${APXS} -q MPM_NAME
.endif