X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=81e2af012eb6a97a1ad58d6f0bb03bde25252da6;hb=9e77ce18c391f574e4cda97b553eef172c2e276f;hp=860db2e00be4b0e017ee3115931b36eb338b98b4;hpb=32cb1ad2109d1c1d408c56e23949c601f3cce3f8;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/configure.ac b/configure.ac index 860db2e..81e2af0 100644 --- a/configure.ac +++ b/configure.ac @@ -78,11 +78,11 @@ if test -z "$DEFAULT_ATSPI_INTROSPECTION_PATH"; then DEFAULT_ATSPI_INTROSPECTION_PATH=dbus fi -AC_ARG_VAR([GTK_MODULE_DIR], - [Where to place the atk-adaptor gtk module]) -if test -z "$GTK_MODULE_DIR"; then - GTK_MODULE_DIR=gtk-2.0/modules +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) #libtool option to strip symbols starting with cspi LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^cspi]].*"' @@ -99,13 +99,9 @@ fi AC_SUBST(EXTRA_SOCKET_LIBS) AC_CONFIG_FILES([Makefile - pkgconfig/cspi-1.0.pc - pkgconfig/cspi-1.0-uninstalled.pc common/Makefile atk-adaptor/Makefile - cspi/Makefile tests/Makefile - tests/cspi/Makefile ]) AC_OUTPUT