Default to --enable-relocate for now
authorMike Gorse <mgorse@novell.com>
Mon, 30 Aug 2010 23:09:24 +0000 (19:09 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 31 Aug 2010 02:11:07 +0000 (22:11 -0400)
configure.ac

index 7cc6f5b..67fabae 100644 (file)
@@ -72,7 +72,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)
+AC_ARG_ENABLE(relocate, [  --enable-relocate  Relocate to coexist with CORBA [default=yes]], enable_relocate="$enableval", enable_relocate=yes)
 if test x$enable_relocate = xyes ; then
        AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
 fi