[Groonga-mysql-commit] mroonga/mroonga [master] [test] use CppCutter instead of GCutter

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 7日 (水) 11:35:35 JST


Kouhei Sutou	2012-03-07 11:35:35 +0900 (Wed, 07 Mar 2012)

  New Revision: d9c70b9af761985098f8a95382fbd76e87579b16

  Log:
    [test] use CppCutter instead of GCutter

  Modified files:
    configure.ac

  Modified: configure.ac (+3 -3)
===================================================================
--- configure.ac    2012-03-07 11:34:43 +0900 (b95c363)
+++ configure.ac    2012-03-07 11:35:35 +0900 (68edf80)
@@ -222,10 +222,10 @@ if test "$enable_fast_mutexes" = "no"; then
              [Define to 1 if force fast mutext disabled])
 fi
 
-# check Cutter with GLib support if available
+# check Cutter with C++ support if available
 REQUIRED_MINIMUM_CUTTER_VERSION=1.1.3
-m4_ifdef([AC_CHECK_GCUTTER], [
-AC_CHECK_GCUTTER(>= $REQUIRED_MINIMUM_CUTTER_VERSION)
+m4_ifdef([AC_CHECK_CPPCUTTER], [
+AC_CHECK_CPPCUTTER(>= $REQUIRED_MINIMUM_CUTTER_VERSION)
 ],
 [ac_cv_use_cutter="no"])
 AM_CONDITIONAL([WITH_CUTTER], [test "$ac_cv_use_cutter" != "no"])




Groonga-mysql-commit メーリングリストの案内
Back to archive index