From: Willie Walker Date: Fri, 5 Feb 2010 19:07:09 +0000 (-0500) Subject: Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus X-Git-Tag: AT_SPI2_ATK_2_12_0~423 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=2bda09ed8d4877c20341810edbcba646b6986781 Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus --- 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