[Groonga-commit] ranguba/rroonga at 506b562 [master] extconf: add rb_to_symbol func check

Back to archive index

cosmo0920 null+****@clear*****
Mon Sep 29 01:52:50 JST 2014


cosmo0920	2014-09-29 01:52:50 +0900 (Mon, 29 Sep 2014)

  New Revision: 506b562eb0d28cb3bfc02ade7c4593455e5251ea
  https://github.com/ranguba/rroonga/commit/506b562eb0d28cb3bfc02ade7c4593455e5251ea

  Message:
    extconf: add rb_to_symbol func check
    
    `rb_str2sym` is my misunderstand. Sorry... :(

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+1 -1)
===================================================================
--- ext/groonga/extconf.rb    2014-09-29 01:45:22 +0900 (756b8c7)
+++ ext/groonga/extconf.rb    2014-09-29 01:52:50 +0900 (f707e00)
@@ -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_str2sym", "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����������������������������...
Descargar 



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