summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-10-01 15:05:48 -0400
committerMike Gorse <mgorse@novell.com>2010-10-01 15:05:48 -0400
commit1bd04d0eba893ad35019f151da08df85e13e7297 (patch)
tree7036506e3d6f3be2aff774d53314c03e2b382b1d
parent8bde24500d86b61365f422eb3ec58943af0e5984 (diff)
downloadat-spi2-atk-1bd04d0eba893ad35019f151da08df85e13e7297.tar.gz
Bump version to 0.5.1 and disable relocate
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b335c53..89ca462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.4.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.5.1], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0
@@ -72,7 +72,7 @@ else
fi
AC_SUBST(X_LIBS)
-AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=yes]], enable_relocate="$enableval", enable_relocate=yes)
+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