[Groonga-commit] groonga/groonga-normalizer-mysql at 23bb840 [master] Fix wrong inverted configure

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 10 23:06:02 JST 2015


Kouhei Sutou	2015-02-10 23:06:02 +0900 (Tue, 10 Feb 2015)

  New Revision: 23bb840e3cd589a087121342ba66e4443e0ed127
  https://github.com/groonga/groonga-normalizer-mysql/commit/23bb840e3cd589a087121342ba66e4443e0ed127

  Message:
    Fix wrong inverted configure
    
    GitHub: fix #3
    
    Reported by Kazuhiko. Thanks!!!

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2015-02-09 08:00:57 +0900 (0e1927a)
+++ configure.ac    2015-02-10 23:06:02 +0900 (64daf45)
@@ -55,7 +55,7 @@ AC_ARG_ENABLE([embed],
   [GROONGA_NORMALIZER_MYSQL_EMBED="$enableval"],
   [GROONGA_NORMALIZER_MYSQL_EMBED="no"])
 
-if test "x$GROONGA_NORMALIZER_MYSQL_EMBED" = "xno"; then
+if test "x$GROONGA_NORMALIZER_MYSQL_EMBED" = "xyes"; then
   AC_DEFINE_UNQUOTED(GROONGA_NORMALIZER_MYSQL_EMBED,
                      [1],
                      [Define to 1 if groonga-normalizer-mysql is built for embedding.])
-------------- next part --------------
HTML����������������������������...
Download 



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