Navigation Menu

Skip to content

Commit

Permalink
[test] use CppCutter instead of GCutter
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 7, 2012
1 parent e5a3c7e commit d9c70b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -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"])
Expand Down

0 comments on commit d9c70b9

Please sign in to comment.