[Rt-commit] r11950 - rt/branches/3.8-TESTING

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Apr 29 11:08:07 EDT 2008


Author: sunnavy
Date: Tue Apr 29 11:08:02 2008
New Revision: 11950

Modified:
   rt/branches/3.8-TESTING/aclocal.m4

Log:
relative has its own flawbacks, not good enough to be default currectly

Modified: rt/branches/3.8-TESTING/aclocal.m4
==============================================================================
--- rt/branches/3.8-TESTING/aclocal.m4	(original)
+++ rt/branches/3.8-TESTING/aclocal.m4	Tue Apr 29 11:08:02 2008
@@ -30,7 +30,7 @@
 	      LAYOUT=$enableval)
 
 if test "x$LAYOUT" = "x"; then
-	LAYOUT="relative"
+	LAYOUT="RT3"
 fi
 RT_LAYOUT($srcdir/config.layout, $LAYOUT)
 AC_MSG_CHECKING(for chosen layout)


More information about the Rt-commit mailing list