[Groonga-commit] ranguba/rroonga at 8bc711e [master] extconf: It needs to check `rb_to_symbol()` instead of `rb_to_string()`

Back to archive index

cosmo0920 null+****@clear*****
Mon Sep 29 22:55:59 JST 2014


cosmo0920	2014-09-29 22:55:59 +0900 (Mon, 29 Sep 2014)

  New Revision: 8bc711ec29d4baa2da43a1f1e388638432f61413
  https://github.com/ranguba/rroonga/commit/8bc711ec29d4baa2da43a1f1e388638432f61413

  Message:
    extconf: It needs to check `rb_to_symbol()` instead of `rb_to_string()`

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+1 -1)
===================================================================
--- ext/groonga/extconf.rb    2014-09-29 22:41:59 +0900 (d848668)
+++ ext/groonga/extconf.rb    2014-09-29 22:55:59 +0900 (16d4b86)
@@ -269,7 +269,7 @@ $defs << "-DGRN_MICRO_VERSION=#{real_micro}"
 have_header("ruby/st.h") unless have_macro("HAVE_RUBY_ST_H", "ruby.h")
 have_func("rb_errinfo", "ruby.h")
 have_func("rb_sym2str", "ruby.h")
-have_func("rb_to_string", "ruby.h")
+have_func("rb_to_symbol", "ruby.h")
 have_type("enum ruby_value_type", "ruby.h")
 
 checking_for(checking_message("--enable-debug-log option")) do
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index