autoconf: fix typo

This commit is contained in:
Daniel Kochmański 2016-12-10 21:22:15 +01:00
parent 583f8f82ac
commit 656a407ef5
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View file

@ -2651,7 +2651,7 @@ fi
if test "${enable_gmp+set}" = set; then :
enableval=$enable_gmp;
else
enable_libatomic=auto
enable_gmp=auto
fi

View file

@ -66,7 +66,7 @@ AC_ARG_ENABLE(gmp,
AS_HELP_STRING( [--enable-gmp],
[version of the GMP library]
[(portable|included|system|auto, default=auto)] ),
[], [enable_libatomic=auto] )
[], [enable_gmp=auto] )
dnl GMP library options
AC_ARG_WITH(C-gmp,