Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-05-07 13:35:27 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-05-07 13:35:27 (GMT)
commit251c27cffa461f45a835df6468771b80d75d4b17 (patch)
tree533b67a2cf22758126ac954be2ae80fde852074f /configure.in
parente19de99a18e91387f513c6811e3e6f71272a168f (diff)
Included the latest binreloc detection code from autopackage svn.
Now binreloc detection works again, it follow the user choice and is on auto by default. svn path=/trunk/; revision=2633
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 03599b4..cc7e1c1 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ AM_CONDITIONAL(WITH_NSBUNDLE, test "$nsbundle" = yes)
# Provide relocatable API from autopackage
# From http://autopackage.org/docs/binreloc/
-enable_binreloc=yes
+enable_binreloc=auto
if test x"$nsbundle" = "xyes" ; then
enable_binreloc=no
AC_MSG_NOTICE([binreloc disabled by nsbundle])
@@ -639,7 +639,7 @@ echo "XF86VM option (--enable-xf86vidmode) = $found_xf86vidmode"
echo "SQLITE database (--enable-sqlite) = $with_sqlite (profiles depend on this)"
echo "GNET Networking (--enable-gnet) = $with_gnet (networking depends on this)"
-echo "BINRELOC (--enable-binreloc) = $enable_binreloc"
+echo "BINRELOC (--enable-binreloc) = $br_cv_binreloc"
echo "NSBundle (--enable-nsbundle) = $nsbundle"