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=d477c4aab072a052e3cacf77cda8e7a0b5c90dd4;hb=1f6379c7b0038800c0b163cc2ce66d9a0f37afa1;hpb=016c1ddee0d5f1ee9feecfc60f33a47cbe8621d1 diff --git a/configure.ac b/configure.ac index d477c4a..200362d 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.90], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -62,10 +62,6 @@ PKG_CHECK_MODULES(ATK, [atk >= 1.29.3]) AC_SUBST(ATK_LIBS) AC_SUBST(ATK_CFLAGS) -dnl GConf checks -AC_PATH_PROG(GCONFTOOL, gconftool-2) -AM_GCONF_SOURCE_2 - AC_PATH_XTRA if test x$no_x = xyes ; then @@ -75,11 +71,7 @@ else fi AC_SUBST(X_LIBS) -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]) -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) @@ -130,11 +122,12 @@ AC_CONFIG_FILES([Makefile atk-adaptor/gtk-2.0/Makefile atk-adaptor/gtk-3.0/Makefile po/Makefile.in + schemas/Makefile ]) AC_OUTPUT if test "x$dbus_glib_old" = "xyes"; then P2P_CFLAGS=-DDISABLE_P2P - AC_MSG_WARN([found dbus-glib older than 0.9.0; disabling peer-to-peer support]) + AC_MSG_WARN([found dbus-glib older than 0.90; disabling peer-to-peer support]) fi