diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 03:06:12 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 03:06:12 +0000 |
commit | 028d67b924642707b756ccf2cc8ef63d73a05aa7 (patch) | |
tree | 182c0460e57f1596fc27a9c2c0f8b3039f6a5aa1 /configure.in | |
parent | 736a429d6dd1fc660386a22183fdfeba52fde9de (diff) | |
download | ruby-028d67b924642707b756ccf2cc8ef63d73a05aa7.tar.gz |
Fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42056 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 48184e23cf..fc5e68fce1 100644 --- a/configure.in +++ b/configure.in @@ -1853,7 +1853,7 @@ RUBY_CHECK_BUILTIN_FUNC(__builtin_clz, [__builtin_clz(0)]) RUBY_CHECK_BUILTIN_FUNC(__builtin_clzl, [__builtin_clzl(0)]) RUBY_CHECK_BUILTIN_FUNC(__builtin_clzll, [__builtin_clzll(0)]) -# Some platform neet -lrt for clock_gettime, but the other don't. +# Some platform need -lrt for clock_gettime, but the other don't. if test x"$ac_cv_func_clock_gettime" != xyes; then # glibc 2.17 moves clock_* functions from librt to the main C library. # http://sourceware.org/ml/libc-announce/2012/msg00001.html |