diff options
author | Rob Austein <sra@hactrn.net> | 2015-08-03 13:48:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-08-03 13:48:22 +0000 |
commit | 1c3cb6cf2cf56824d3a12eabac5d59751be81f05 (patch) | |
tree | cf2ac368a0249791fdb25eba49f8f0956c0c8269 /configure.ac | |
parent | 3ab7f3f89fe30594ba063bc25da704005971f394 (diff) |
Pull from trunk.
svn path=/branches/tk705/; revision=6087
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 3b3cedbe..f85fb909 100644 --- a/configure.ac +++ b/configure.ac @@ -475,14 +475,7 @@ case $host_os in RCYNIC_HTML_DIR="/usr/local/www/apache${APACHE_VERSION}/data/rcynic" ;; linux*) - if test -d /var/www/html - then - # RHEL/CentOS - RCYNIC_HTML_DIR='/var/www/html/rcynic' - else - # Ubuntu - RCYNIC_HTML_DIR='/var/www/rcynic' - fi + RCYNIC_HTML_DIR='/var/www/html/rcynic' ;; *) RCYNIC_HTML_DIR='' |