diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-06 14:00:54 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-06 14:00:54 +0000 |
| commit | b5f72bc6cb12301a5bc0dfdaf54d1d3d23c7948d (patch) | |
| tree | 3377751600ae0fbdebe4a5f234604853f9c3c394 /configure.in | |
| parent | 6608596896a8acf92401fdb2530d16b93f2ffd90 (diff) | |
| download | ruby-b5f72bc6cb12301a5bc0dfdaf54d1d3d23c7948d.tar.gz ruby-b5f72bc6cb12301a5bc0dfdaf54d1d3d23c7948d.tar.xz ruby-b5f72bc6cb12301a5bc0dfdaf54d1d3d23c7948d.zip | |
* eval.c (rb_mod_modfunc): should break if m has no super class.
[ruby-dev:22498]
* backport changes from 1.9
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1704619fe..c51fd57b1 100644 --- a/configure.in +++ b/configure.in @@ -707,7 +707,7 @@ if test x"$enable_pthread" = xyes; then else AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled") fi - AC_CHECK_FUNC(nanosleep) + AC_CHECK_FUNCS(nanosleep) if test x"$ac_cv_func_nanosleep" = xno; then AC_CHECK_LIB(rt, nanosleep) if test x"$ac_cv_lib_rt_nanosleep" = xyes; then |
