X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=configure.ac;h=200362d9c8dd1390703a2427ceed97710601e26e;hp=53f360ccd930e8fd69bb23fadbab1fd1eef382e7;hb=1f6379c7b0038800c0b163cc2ce66d9a0f37afa1;hpb=925e61678cdb0bcc359c8ad5933979449e8a7fb9 diff --git a/configure.ac b/configure.ac index 53f360c..200362d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [1.91.5], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [1.91.90], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -71,16 +71,7 @@ else fi AC_SUBST(X_LIBS) -AM_GCONF_SOURCE_2 -AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=no]], enable_relocate="$enableval", enable_relocate=no) -if test x$enable_relocate = xyes ; then - AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA]) - dnl GConf checks - AC_PATH_PROG(GCONFTOOL, gconftool-2) -else - GLIB_GSETTINGS -fi -AM_CONDITIONAL(RELOCATE, test x$enable_relocate = xyes) +GLIB_GSETTINGS AC_ARG_ENABLE(p2p, [ --enable-p2p Allow peer-to-peer DBus connections [default=yes]], enable_p2p="$enableval", enable_p2p=yes) @@ -132,7 +123,6 @@ AC_CONFIG_FILES([Makefile atk-adaptor/gtk-3.0/Makefile po/Makefile.in schemas/Makefile -schemas/org.a11y.atspi.gschema.xml ]) AC_OUTPUT