Navigation Menu

Skip to content

Commit

Permalink
add gcutter support for unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Jun 23, 2009
1 parent fc5f5c5 commit f05d132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -141,6 +141,7 @@ CONFIG_OPTION_GROONGA
CXXFLAGS="$CXXFLAGS -fno-implicit-templates -fno-exceptions -fno-rtti"

AC_CHECK_CUTTER
AC_CHECK_GCUTTER

AC_CONFIG_FILES([
Makefile
Expand Down
2 changes: 1 addition & 1 deletion test/unit/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = test_driver.la

AM_CPPFLAGS = $(GROONGA_INCLUDES) $(MECAB_INCLUDES) $(CUTTER_CFLAGS)
AM_CPPFLAGS = $(GROONGA_INCLUDES) $(MECAB_INCLUDES) $(CUTTER_CFLAGS) $(GCUTTER_CFLAGS)
AM_INCLUDES = -l. -l..
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS

Expand Down

0 comments on commit f05d132

Please sign in to comment.