From ef0ce95daffe32be9d89f82cce0e4000dbc3fc02 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 11 Mar 2014 01:18:45 +0000 Subject: fix typo on previous commit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7ab7ae54bb..71377a6ddb 100644 --- a/configure.in +++ b/configure.in @@ -2828,7 +2828,7 @@ fi AS_CASE(["$target_os"], [freebsd*], [ AC_CHECK_LIB([procstat], [procstat_open_sysctl]) - fi]) + ]) AS_CASE(["$target_cpu-$target_os"], [*-darwin*], [ AC_CHECK_HEADERS([execinfo.h]) -- cgit v1.2.3