X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=200362d9c8dd1390703a2427ceed97710601e26e;hb=b1dbac4e15db6b3e1ddf776ac0d34624dc11fdec;hp=1795b8a80c3ef0db5f0e5326f0756f1b2e83e32e;hpb=44e338566d2588efacc00d583bbe1d3eb6e876b9;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/configure.ac b/configure.ac index 1795b8a..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)