fix exec_prefix for native build

Conflicts:
	acinclude.m4
This commit is contained in:
Stefan Seyfried
2013-03-10 01:44:21 +01:00
committed by [CST] Focus
parent 166e403965
commit aeb3ead6a9

View File

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