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

* configure.in: it must see rb_cv_broken_memmem not rb_cv_func_memmem.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2014-02-19 02:40:19 +00:00
parent 28b3d20ba9
commit 405a99b8a3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Feb 19 11:39:41 2014 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: it must see rb_cv_broken_memmem not rb_cv_func_memmem.
Tue Feb 18 23:18:41 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/socket/test_socket.rb: unix socket is required by test case.

View file

@ -3559,7 +3559,7 @@ main()
rb_cv_broken_memmem=yes,
rb_cv_broken_memmem=yes)
])
AS_CASE([$ac_cv_func_memmem],[yes],[ac_cv_func_memmem=no])
test x"$rb_cv_broken_memmem" = xyes && ac_cv_func_memmem=no
fi