From 49d9ebf8332de6e4c8017bfed6f76559ec74f9c5 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 --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 372e37f4b..2c6d9e519 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)