Fixed typo with new "eccshamir" configure option.

This commit is contained in:
David Garske
2016-05-05 12:24:08 -07:00
parent 1b602d783c
commit fe58db2a07

View File

@ -732,7 +732,7 @@ ECC_DEFAULT=yes
fi
# ECC Shamir
AC_ARG_ENABLE([ecc],
AC_ARG_ENABLE([eccshamir],
[AS_HELP_STRING([--enable-eccshamir],[Enable ECC Shamir (default: enabled on x86_64)])],
[ ENABLED_ECC_SHAMIR=$enableval ],
[ ENABLED_ECC_SHAMIR=$ECC_DEFAULT ]