summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-08-30 19:09:24 -0400
committerMike Gorse <mgorse@novell.com>2010-08-30 22:11:07 -0400
commitd6045b027fb429d00ac2634185f5f293f9255a91 (patch)
treee5a36e674676ce109b74c9a1955971e1bca73119
parent1b61976a56a7d9aad404f8c63ae454e3bb5982fe (diff)
downloadat-spi2-atk-d6045b027fb429d00ac2634185f5f293f9255a91.tar.gz
Default to --enable-relocate for now
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7cc6f5b..67fabae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ else
fi
AC_SUBST(X_LIBS)
-AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=no]], enable_relocate="$enableval", enable_relocate=no)
+AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=yes]], enable_relocate="$enableval", enable_relocate=yes)
if test x$enable_relocate = xyes ; then
AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
fi