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], [""])