forked from wolfSSL/wolfssl
move pwdbased lower in config for openssl manual sets
This commit is contained in:
42
configure.ac
42
configure.ac
@@ -1040,26 +1040,6 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# PWDBASED
|
|
||||||
AC_ARG_ENABLE([pwdbased],
|
|
||||||
[ --enable-pwdbased Enable PWDBASED (default: disabled)],
|
|
||||||
[ ENABLED_PWDBASED=$enableval ],
|
|
||||||
[ ENABLED_PWDBASED=no ]
|
|
||||||
)
|
|
||||||
|
|
||||||
if test "$ENABLED_PWDBASED" = "no"
|
|
||||||
then
|
|
||||||
if test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_WEBSERVER" = "yes"
|
|
||||||
then
|
|
||||||
# opensslextra and webserver needs pwdbased
|
|
||||||
ENABLED_PWDBASED=yes
|
|
||||||
else
|
|
||||||
AM_CFLAGS="$AM_CFLAGS -DNO_PWDBASED"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
AM_CONDITIONAL([BUILD_PWDBASED], [test "x$ENABLED_PWDBASED" = "xyes"])
|
|
||||||
|
|
||||||
|
|
||||||
# HC128
|
# HC128
|
||||||
AC_ARG_ENABLE([hc128],
|
AC_ARG_ENABLE([hc128],
|
||||||
@@ -1559,6 +1539,28 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# PWDBASED has to come after certservice since we want it on w/o explicit on
|
||||||
|
# PWDBASED
|
||||||
|
AC_ARG_ENABLE([pwdbased],
|
||||||
|
[ --enable-pwdbased Enable PWDBASED (default: disabled)],
|
||||||
|
[ ENABLED_PWDBASED=$enableval ],
|
||||||
|
[ ENABLED_PWDBASED=no ]
|
||||||
|
)
|
||||||
|
|
||||||
|
if test "$ENABLED_PWDBASED" = "no"
|
||||||
|
then
|
||||||
|
if test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_WEBSERVER" = "yes"
|
||||||
|
then
|
||||||
|
# opensslextra and webserver needs pwdbased
|
||||||
|
ENABLED_PWDBASED=yes
|
||||||
|
else
|
||||||
|
AM_CFLAGS="$AM_CFLAGS -DNO_PWDBASED"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL([BUILD_PWDBASED], [test "x$ENABLED_PWDBASED" = "xyes"])
|
||||||
|
|
||||||
|
|
||||||
# set fastmath default
|
# set fastmath default
|
||||||
FASTMATH_DEFAULT=no
|
FASTMATH_DEFAULT=no
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user