configure: detect debian apache 2.4 conf-available.

refs #4926
This commit is contained in:
Michael Friedrich 2013-10-20 14:51:38 +02:00 committed by Marius Hein
parent 0cd411fe5b
commit 9284defe17
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ AC_CHECK_PHP_MODULE([sockets json])
# Configuration files
#
AC_ARG_WITH([icingaweb_config_path],
AS_HELP_STRING([--with-icingaweb-config-path], [Configuration path for icinga ]),
AS_HELP_STRING([--with-icingaweb-config-path], [Configuration path for icinga web]),
icingaweb_config_path="'$withval'",
icingaweb_config_path="'$prefix/config/'"
)
@ -60,7 +60,7 @@ AC_ARG_WITH([web_path],
AC_ARG_WITH([www_conf_path],
AS_HELP_STRING([--with-http-configuration-path=PATH], [Include folder apache2 (default /etc/apache2/conf.d)]),
www_conf_path=$withval,
www_conf_path=AC_PATH_GUESS([/etc/httpd/conf.d /etc/apache2/conf.d /etc/apache/conf.d], [www_conf_path], [/etc/apache2/conf.d])
www_conf_path=AC_PATH_GUESS([/etc/httpd/conf.d /etc/apache2/conf-available /etc/apache2/conf.d /etc/apache/conf.d], [www_conf_path], [/etc/apache2/conf.d])
)
#