mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: get rid of empty expansion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b808e66af
commit
05da1ec22d
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
Tue Apr 1 11:36:19 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Tue Apr 1 14:43:38 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in: get rid of empty expansion.
|
||||
|
||||
* configure.in: _setjmp is available but _longjmp is not on mingw.
|
||||
|
||||
|
|
|
@ -749,7 +749,7 @@ elif test "$ac_cv_func_sigsetjmp" = yes; then
|
|||
else
|
||||
setjmp_prefix=
|
||||
fi
|
||||
if test $setjmp_prefix = sig; then
|
||||
if test x$setjmp_prefix = xsig; then
|
||||
setjmp_sigmask=yes
|
||||
else
|
||||
unset setjmp_sigmask
|
||||
|
|
Loading…
Reference in a new issue