]> granicus.if.org Git - ejabberd/commitdiff
Set default prefix to /usr/local
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 6 Apr 2017 13:35:02 +0000 (15:35 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 6 Apr 2017 13:35:02 +0000 (15:35 +0200)
configure.ac

index f3ff9ae546b56ae28843961462f8ac670a601fc3..f5eee8cbfe63f07091b0500a5cc271e580093fc8 100644 (file)
@@ -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)])],