Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus
authorWillie Walker <walker.willie@gmail.com>
Fri, 5 Feb 2010 19:07:09 +0000 (14:07 -0500)
committerWillie Walker <walker.willie@gmail.com>
Fri, 5 Feb 2010 19:07:09 +0000 (14:07 -0500)
configure.ac

index 87d2a84..bc95b30 100644 (file)
@@ -77,7 +77,7 @@ if test -z "$DEFAULT_ATSPI_INTROSPECTION_PATH"; then
          DEFAULT_ATSPI_INTROSPECTION_PATH=at-spi2/dbus
 fi
 
          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
 if test x$enable_relocate = xyes ; then
        AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
 fi