[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:49:23 JST 2012


Kouhei Sutou	2012-03-16 21:32:42 +0900 (Fri, 16 Mar 2012)

  New Revision: 448fd6beb69fb6bf75d47833d1d79d8c0713e89f
  https://github.com/mroonga/mroonga/commit/448fd6beb69fb6bf75d47833d1d79d8c0713e89f

  Log:
    Fix a typo

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-03-16 11:30:28 +0900 (68b0cd7)
+++ configure.ac    2012-03-16 21:32:42 +0900 (5dad7a9)
@@ -185,7 +185,7 @@ AC_ARG_WITH(valgrind,
   [AS_HELP_STRING([--with-valgrind], [Use valgrind. [default=no]])],
   [with_valgrind="$withval"],
   [with_valgrind="no"])
-if test "$with_debug" != "no"; then
+if test "$with_valgrind" != "no"; then
   CFLAGS="-DHAVE_valgrind $CFLAGS"
   CXXFLAGS="-DHAVE_valgrind $CXXFLAGS"
 fi
-------------- next part --------------
HTML����������������������������...
Download 



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