From 780f9632fd9fa150cfed8de5ca362befcd0ebbf4 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 1 Sep 2006 18:58:44 +0000 Subject: fix previous change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ddfa4b28b3..0c9fb87c8e 100644 --- a/configure.in +++ b/configure.in @@ -868,7 +868,7 @@ if test x"$enable_pthread" = xyes; then fi fi if test x"$ac_cv_header_ucontext_h" = xyes; then - if x"$rb_with_pthread" = xyes; then + if test x"$rb_with_pthread" = xyes; then AC_CHECK_FUNCS(getcontext setcontext) fi fi -- cgit v1.2.3