[Groonga-commit] ranguba/rroonga at d4fb90f [master] extconf: add have_func checks for `rb_sym2str()` and `rb_str2sym()`

Back to archive index

cosmo0920 null+****@clear*****
Sun Sep 28 23:55:53 JST 2014


cosmo0920	2014-09-28 23:55:53 +0900 (Sun, 28 Sep 2014)

  New Revision: d4fb90ff5d44011072e8153589d88fd1c374a5a0
  https://github.com/ranguba/rroonga/commit/d4fb90ff5d44011072e8153589d88fd1c374a5a0

  Message:
    extconf: add have_func checks for `rb_sym2str()` and `rb_str2sym()`

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+2 -0)
===================================================================
--- ext/groonga/extconf.rb    2014-09-27 17:57:23 +0900 (0d46348)
+++ ext/groonga/extconf.rb    2014-09-28 23:55:53 +0900 (756b8c7)
@@ -268,6 +268,8 @@ $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_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