[at-spi2-core] Default to --enable-relocate for now



commit 8f5572b3a1509bf19f89c47b5118d8921717a2e4
Author: Mike Gorse <mgorse novell com>
Date:   Mon Aug 30 19:40:52 2010 -0400

    Default to --enable-relocate for now

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b935b08..419eae2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,9 +164,9 @@ AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
 
 AC_ARG_ENABLE([relocate],
 	[AS_HELP_STRING([--enable-relocate],
-		[Relocate to coexist with CORBA @<:@default=no@:>@])],
+		[Relocate to coexist with CORBA @<:@default=yes@:>@])],
 	[enable_relocate="$enableval"],
-	[enable_relocate=no])
+	[enable_relocate=yes])
 if test x$enable_relocate = xyes ; then
 	AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]