mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.ac: Apply suggestions from code review in #6366
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
parent
960db13c47
commit
2e25b85a7e
1 changed files with 2 additions and 2 deletions
|
@ -933,11 +933,11 @@ OPT_DIR=
|
|||
AC_ARG_WITH([gmp-dir],
|
||||
AS_HELP_STRING([--with-gmp-dir=DIR],
|
||||
[specify the prefix directory where gmp is installed]),
|
||||
[OPT_DIR="$withval"], [])
|
||||
[OPT_DIR="${OPT_DIR:+$OPT_DIR$PATH_SEPARATOR}$withval"], [])
|
||||
AC_ARG_WITH([gmp],
|
||||
[AS_HELP_STRING([--without-gmp],
|
||||
[disable GNU GMP to accelerate Bignum operations])],
|
||||
[OPT_DIR=], [with_gmp=yes])
|
||||
[], [with_gmp=yes])
|
||||
|
||||
AC_ARG_WITH(opt-dir,
|
||||
AS_HELP_STRING([--with-opt-dir=DIR-LIST],
|
||||
|
|
Loading…
Reference in a new issue