]> 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)
commitbdd2efe35a5a7b865928292f1883d05137b9b16c
treec38d947439974c45f27dfdfc0c10481b2ef9bad5
parent37e41161879d28e1e62f6e4ebeedbce7dee6002e
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