[Groonga-commit] groonga/groonga at 9de4adc [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 11 17:15:04 JST 2015


Kouhei Sutou	2015-03-11 17:15:04 +0900 (Wed, 11 Mar 2015)

  New Revision: 9de4adc6b697c925af800c008f43b18a332932ce
  https://github.com/groonga/groonga/commit/9de4adc6b697c925af800c008f43b18a332932ce

  Message:
    Fix a typo

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2015-03-11 17:06:20 +0900 (08ccb58)
+++ configure.ac    2015-03-11 17:15:04 +0900 (7136ec0)
@@ -1457,7 +1457,7 @@ AC_MSG_RESULT($enable_mruby)
 if test "$enable_mruby" = "yes"; then
   if test ! -f "$srcdir/vendor/mruby/mruby-build.timestamp" -a \
           "$ac_cv_ruby_available" != "yes"; then
-    AC_MSG_ERROR(--enable-ruby requires --with-ruby)
+    AC_MSG_ERROR(--enable-mruby requires --with-ruby)
   fi
   AC_DEFINE(GRN_WITH_MRUBY, [1], [Define to 1 if mruby is enabled.])
   MRUBY_CFLAGS="-I\$(top_srcdir)/vendor/mruby-source/include"
-------------- next part --------------
HTML����������������������������...
Download 



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