]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Support new configuration feature
authorJeff Trawick <trawick@apache.org>
Wed, 28 Aug 2013 23:01:12 +0000 (23:01 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 28 Aug 2013 23:01:12 +0000 (23:01 +0000)
commit4cd73aa7703aa957fbba689798dce961f2f19e27
treec38d947439974c45f27dfdfc0c10481b2ef9bad5
parent1830b6b669ed24bab52242bd0d63c29c8dde2597
Support new configuration feature

  -DWITH_MODULES=d:/path/to/mod_foo.c,d:/path/to/mod_bar.c,

analogous to --with-module=modpath:/path/to/mod_foo.c,...
with the autoconf-based build.

This introduces a dependency on awk, but only for users that
use this feature.  Other users will get the canned
os/win32/modules.c.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1518414 13f79535-47bb-0310-9956-ffa450edef68
CMakeLists.txt