Commit 0047e7c7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

no need to build apache modules for subversion, that were installed under parts/apache.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40759 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd741645
...@@ -26,7 +26,7 @@ patches = ...@@ -26,7 +26,7 @@ patches =
configure-options = configure-options =
--with-apr=${apache:location}/bin/apr-1-config --with-apr=${apache:location}/bin/apr-1-config
--with-apr-util=${apache:location}/bin/apu-1-config --with-apr-util=${apache:location}/bin/apu-1-config
--with-apxs=${apache:location}/bin/apxs --without-apxs
--with-zlib=${zlib:location} --with-zlib=${zlib:location}
--with-sqlite=${sqlite3:location} --with-sqlite=${sqlite3:location}
--with-neon=${neon:location} --with-neon=${neon:location}
......
...@@ -772,7 +772,6 @@ class AssertApache(AssertSoftwareMixin): ...@@ -772,7 +772,6 @@ class AssertApache(AssertSoftwareMixin):
authz_groupfile_module authz_groupfile_module
authz_host_module authz_host_module
authz_owner_module authz_owner_module
authz_svn_module
authz_user_module authz_user_module
autoindex_module autoindex_module
bucketeer_module bucketeer_module
...@@ -786,7 +785,6 @@ class AssertApache(AssertSoftwareMixin): ...@@ -786,7 +785,6 @@ class AssertApache(AssertSoftwareMixin):
core_module core_module
dav_fs_module dav_fs_module
dav_module dav_module
dav_svn_module
dbd_module dbd_module
deflate_module deflate_module
dir_module dir_module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment