set default to uml=false
This commit is contained in:
+1
-4
@@ -224,10 +224,7 @@ AC_ARG_ENABLE(
|
|||||||
AS_HELP_STRING([--enable-uml],[build the UML test framework (default is NO).]),
|
AS_HELP_STRING([--enable-uml],[build the UML test framework (default is NO).]),
|
||||||
[if test x$enableval = xyes; then
|
[if test x$enableval = xyes; then
|
||||||
uml=true
|
uml=true
|
||||||
else
|
fi]
|
||||||
uml=false
|
|
||||||
fi],
|
|
||||||
uml=true
|
|
||||||
)
|
)
|
||||||
AM_CONDITIONAL(USE_UML, test x$uml = xtrue)
|
AM_CONDITIONAL(USE_UML, test x$uml = xtrue)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user