1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typo on previous commit

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2014-03-11 01:18:45 +00:00
parent e30a140d6f
commit ef0ce95daf

View file

@ -2828,7 +2828,7 @@ fi
AS_CASE(["$target_os"], AS_CASE(["$target_os"],
[freebsd*], [ [freebsd*], [
AC_CHECK_LIB([procstat], [procstat_open_sysctl]) AC_CHECK_LIB([procstat], [procstat_open_sysctl])
fi]) ])
AS_CASE(["$target_cpu-$target_os"], AS_CASE(["$target_cpu-$target_os"],
[*-darwin*], [ [*-darwin*], [
AC_CHECK_HEADERS([execinfo.h]) AC_CHECK_HEADERS([execinfo.h])