From aeb3ead6a92ec99cc7ca27e09bd120cbc7543a06 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 10 Mar 2013 01:44:21 +0100 Subject: [PATCH] fix exec_prefix for native build Conflicts: acinclude.m4 --- acinclude.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 6a9195a4a..3b103591e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)