commit | f02a984a8d5ff61c536d376eeae1a4eb4d51df90 | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Thu Mar 20 15:54:56 2014 +0100 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Thu Mar 20 15:54:56 2014 +0100 |
tree | a5ff96be77cb1425541f7c2bf36b7b3576af312d | |
parent | 4ad470b1a7477640bd3a45dd67e43796856d0240 [diff] [blame] |
install: conf.d for installation without apxs
diff --git a/configure.ac b/configure.ac index a5ffaed..e03c84c 100644 --- a/configure.ac +++ b/configure.ac
@@ -44,6 +44,8 @@ AC_MSG_ERROR([Apxs for Apache module compilation and installation was not found.]) fi +AM_CONDITIONAL([MANUAL_CONFD], [test -n "$with_apxs" ]) + # Check for rpmbuild AC_CHECK_PROG(RPMBUILD, [rpmbuild], [rpmbuild], [""]) AC_CHECK_PROG(HTTPD, [httpd], [yes], [""])