From 251c27cffa461f45a835df6468771b80d75d4b17 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 07 May 2007 13:35:27 +0000 Subject: 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 --- (limited to 'configure.in') 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" -- cgit v0.9.1