Set default prefix to /usr/local

This commit is contained in:
Christophe Romain 2017-04-06 15:35:02 +02:00
parent ad948d33c0
commit 00c613b351
1 changed files with 1 additions and 1 deletions

View 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)])],