summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-14 16:51:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-14 16:51:39 +0000
commit9f37b3e515260c7b294222a502b2cc75dd0983b6 (patch)
tree26de90acaf48dc8737a60c3e01991cadbe4e601d
parentfcdc6ccbcc674dd487021d87a0313abf02bae396 (diff)
downloadgstreamer-common-9f37b3e515260c7b294222a502b2cc75dd0983b6.tar.gz
make pixbuf loader dir configurable
Original commit message from CVS: make pixbuf loader dir configurable
-rw-r--r--m4/as-ac-expand.m42
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"