Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2005-08-17 14:06:11 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2005-08-17 14:06:11 (GMT)
commit8a8817fc63130bc42d2b2e41f1ef1a03b4f08a27 (patch)
tree390fbc35fac7d75085a42ba591aaa538cdd2e224 /configure.in
parent73e95b83de072117fc1634502280f2136c64b6e1 (diff)
pass exec_prefix to $myprefix instead of $ac_default_prefix.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 111d969..e1ed192 100644
--- a/configure.in
+++ b/configure.in
@@ -128,7 +128,7 @@ fi
dnl Define myprefix depending on wether our user gives us one or not
dnl This is needed for $libdir !
if test "x${exec_prefix}" = "xNONE"; then
- exec_prefix=${ac_default_prefix}
+ exec_prefix=${myprefix}
fi