From 7010d68bd32fb74845af0f7f26fd9fa8e6b5a322 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 13 Apr 2012 16:25:33 +0000 Subject: [PATCH] fix help line for ecdsa. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index af24f44b..500e8e67 100644 --- a/configure.ac +++ b/configure.ac @@ -297,7 +297,7 @@ case "$enable_gost" in ;; esac -AC_ARG_ENABLE(ecdsa, AC_HELP_STRING([--enable-ecdsa], [Enable ECDSA support])) +AC_ARG_ENABLE(ecdsa, AC_HELP_STRING([--disable-ecdsa], [Disable ECDSA support])) case "$enable_ecdsa" in no) ;; -- 2.47.3