fix github issue #27, better help on fips not working w/o license

This commit is contained in:
toddouska
2015-03-06 09:15:33 -08:00
parent 7ef362d4ba
commit d5975e39f8

View File

@ -1106,9 +1106,9 @@ fi
AM_CONDITIONAL([BUILD_CHACHA], [test "x$ENABLED_CHACHA" = "xyes"])
# FIPS
# FIPS
AC_ARG_ENABLE([fips],
[ --enable-fips Enable FIPS 140-2 (default: disabled)],
[ --enable-fips Enable FIPS 140-2, Will NOT work w/o FIPS license (default: disabled)],
[ ENABLED_FIPS=$enableval ],
[ ENABLED_FIPS=no ]
)