set default to uml=false

This commit is contained in:
Andreas Steffen
2007-08-10 10:47:48 +00:00
parent 0dbc039ab5
commit dc481855bb
+1 -4
View File
@@ -224,10 +224,7 @@ AC_ARG_ENABLE(
AS_HELP_STRING([--enable-uml],[build the UML test framework (default is NO).]),
[if test x$enableval = xyes; then
uml=true
else
uml=false
fi],
uml=true
fi]
)
AM_CONDITIONAL(USE_UML, test x$uml = xtrue)