mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: quoted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54e792ee6f
commit
6b808e66af
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ AC_CACHE_CHECK(for __builtin_setjmp, ac_cv_func___builtin_setjmp,
|
|||
[ac_cv_func___builtin_setjmp=no])
|
||||
])
|
||||
|
||||
test $ac_cv_func__longjmp = no && ac_cv_func__setjmp=no
|
||||
test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no
|
||||
|
||||
AC_MSG_CHECKING(for setjmp type)
|
||||
AC_ARG_WITH(setjmp-type,
|
||||
|
|
Loading…
Reference in a new issue