From d5975e39f870393edba88908a27c27dce0d7968d Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 6 Mar 2015 09:15:33 -0800 Subject: [PATCH] fix github issue #27, better help on fips not working w/o license --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6a66bc826..8de5c2c9a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ] )