mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
autoconf: fix typo
This commit is contained in:
parent
583f8f82ac
commit
656a407ef5
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -2651,7 +2651,7 @@ fi
|
|||
if test "${enable_gmp+set}" = set; then :
|
||||
enableval=$enable_gmp;
|
||||
else
|
||||
enable_libatomic=auto
|
||||
enable_gmp=auto
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue