From aaa54fb1a4ec04a0f59e47170feb8173514f5ff5 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Tue, 29 Oct 2013 18:58:56 +0400 Subject: [PATCH] correct enable tomcrypt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6974af9..02169b4 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ AS_IF([test "x$OPENSSL_CFLAGS" != "x" -o "x$OPENSSL_LIBS" != "x" ], [ CPPFLAGS="$OPENSSL_CFLAGS $CPPFLAGS" LIBS="$OPENSSL_LIBS $LIBS" -AC_ARG_ENABLE(enable_tomcrypt, +AC_ARG_ENABLE(tomcrypt, [ --enable-tomcrypt use libtomcrypt even when openssl present]) AS_IF([test "x$use_openssl" != "xyes" -o "x$enable_tomcrypt" = "xyes"], [ -- 2.39.2