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

* configure.in: not [freebsd] but [freebsd*] for AS_CASE.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-07-28 17:38:56 +00:00
parent 7996581a82
commit de06330e8b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jul 29 02:38:09 2010 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: not [freebsd] but [freebsd*] for AS_CASE.
Wed Jul 28 22:23:59 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translated

View file

@ -1155,7 +1155,7 @@ main()
rb_cv_broken_glibc_ia64_erfc=no)])
AS_CASE([$rb_cv_broken_glibc_ia64_erfc],[yes],[ac_cv_func_erf=no])
AS_CASE(["$target_os"],[freebsd],[
AS_CASE(["$target_os"],[freebsd*],[
AC_DEFINE(BROKEN_CLOSE)
AC_REPLACE_FUNCS(close)
])