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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue