X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=configure.in;h=4fc2b0a658e92964310d7035e9d9dc03ed03a95f;hp=d6a568b5d95573a2204aa52489dc6b3150415beb;hb=dc481855bb7e49dfbf11d3bca14ca87836feb66d;hpb=0dbc039ab580ebcb02d8aed4576fae7e0a16b977;ds=sidebyside diff --git a/configure.in b/configure.in index d6a568b..4fc2b0a 100644 --- a/configure.in +++ b/configure.in @@ -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)