diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 16:51:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 16:51:39 +0000 |
commit | 9f37b3e515260c7b294222a502b2cc75dd0983b6 (patch) | |
tree | 26de90acaf48dc8737a60c3e01991cadbe4e601d /m4 | |
parent | fcdc6ccbcc674dd487021d87a0313abf02bae396 (diff) |
make pixbuf loader dir configurable
Original commit message from CVS:
make pixbuf loader dir configurable
Diffstat (limited to 'm4')
-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" |