summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-04-06 15:35:02 +0200
committerChristophe Romain <christophe.romain@process-one.net>2017-04-06 15:35:02 +0200
commit00c613b3516e66551060ad17431c6dcbba627c90 (patch)
treeaeb444317c9c5cabf155ba8c88ce3382273dc684 /configure.ac
parentAdd description to feature-not-implemented error (diff)
Set default prefix to /usr/local
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f3ff9ae5..f5eee8cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ if test "x$MAKE" = "x"; then
fi
# Change default prefix
-AC_PREFIX_DEFAULT(/)
+AC_PREFIX_DEFAULT(/usr/local)
AC_ARG_ENABLE(hipe,
[AC_HELP_STRING([--enable-hipe], [compile natively with HiPE, not recommended (default: no)])],