[Groonga-mysql-commit] mroonga/mroonga [master] Fix a typo

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 16日 (金) 21:32:42 JST


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

  New Revision: 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




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