[pyatspi2/p2p: 5/8] Bump ersion to 0.5.1 and disable relocate



commit a41b11302230729394675b0049f48b1d48571172
Author: Mike Gorse <mgorse novell com>
Date:   Fri Oct 1 15:03:49 2010 -0400

    Bump ersion to 0.5.1 and disable relocate

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b46d064..fc8d254 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [0.4.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [0.5.1], [accessibility-atspi lists linux-foundation org])
 AC_CONFIG_AUX_DIR(config)
 
 LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION
@@ -74,7 +74,7 @@ fi
 
 AC_PATH_XTRA
 
-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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]