1
0
Fork 0
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:
Kenta Murata 2022-09-14 21:20:32 +09:00 committed by Kenta Murata
parent 960db13c47
commit 2e25b85a7e
No known key found for this signature in database
GPG key ID: CEFE8AFB6081B062

View file

@ -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],