From 2bda09ed8d4877c20341810edbcba646b6986781 Mon Sep 17 00:00:00 2001 From: Willie Walker Date: Fri, 5 Feb 2010 14:07:09 -0500 Subject: [PATCH] Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 87d2a84..bc95b30 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ if test -z "$DEFAULT_ATSPI_INTROSPECTION_PATH"; then DEFAULT_ATSPI_INTROSPECTION_PATH=at-spi2/dbus fi -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 -- 2.7.4