X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=f5149ba55f9d17885e7c1e855bba18f0a0b38a69;hb=bf38bfef53e7d15672135ef17fcb0642b5c0b13c;hp=7e821ea3a1959a83a6d02090ed46baa2dd6122f3;hpb=a16f5306aab7f9d5a8e0fe32fb75deddba175341;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/configure.ac b/configure.ac index 7e821ea..f5149ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [1.91.3], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [1.91.91], [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