fix exec_prefix for native build

This commit is contained in:
Stefan Seyfried
2013-03-10 01:44:21 +01:00
committed by Jacek Jendrzej
parent d0f9836173
commit 53dcd77d4a

View File

@@ -34,6 +34,9 @@ if test "$TARGET" = "native"; then
if test "$prefix" = "NONE"; then
prefix=/usr/local
fi
if test "$exec_prefix" = "NONE"; then
exec_prefix=$prefix
fi
targetprefix=$prefix
elif test "$TARGET" = "cdk"; then
AC_MSG_RESULT(cdk)