diff options
-rw-r--r-- | m4/as-ac-expand.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-ac-expand.m4 b/m4/as-ac-expand.m4 index f3393a2..162dbd4 100644 --- a/m4/as-ac-expand.m4 +++ b/m4/as-ac-expand.m4 @@ -15,7 +15,7 @@ AC_DEFUN(AS_AC_EXPAND, fi exec_prefix_save=$exec_prefix if test "x$exec_prefix" = "xNONE"; then - exec_prefix=/usr/local + exec_prefix=$prefix fi full_var="$FROM_VAR" |