summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7090dcf..adc954d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,9 +231,7 @@ AC_ARG_WITH([logdir],
[AS_HELP_STRING([--with-logdir=PATH],
[the path where the servers will store their logs])],
[logdir="$withval"],
- [AS_IF([test "x$prefix" = "x/usr/local"],
- [logdir="/var/log/rasdaman"],
- [logdir="${prefix}/log"])])
+ [logdir="\${localstatedir}/log/\${PACKAGE}"])
# --------------- Database Specific Configuration ------------------
####################################################################