[Groonga-commit] groonga/groonga [master] --with-debug -> --enable-debug

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 25 23:58:52 JST 2012


Kouhei Sutou	2012-09-25 23:58:52 +0900 (Tue, 25 Sep 2012)

  New Revision: 4a268e1ace3cc00f66c0ce7ccd453685672d1e07
  https://github.com/groonga/groonga/commit/4a268e1ace3cc00f66c0ce7ccd453685672d1e07

  Log:
    --with-debug -> --enable-debug
    
    Because --enable-memory-debug uses --enable not --with.

  Modified files:
    configure.ac

  Modified: configure.ac (+4 -4)
===================================================================
--- configure.ac    2012-09-25 15:26:50 +0900 (40faa8f)
+++ configure.ac    2012-09-25 23:58:52 +0900 (ddedf9c)
@@ -304,11 +304,11 @@ if test "$solaris" = "yes"; then
 fi
 
 # For debug
-AC_ARG_WITH(debug,
-  [AS_HELP_STRING([--with-debug],
+AC_ARG_ENABLE(debug,
+  [AS_HELP_STRING([--enable-debug],
                   [use debug flags (default=no)])],
-  grn_debug="$withval",
-  grn_debug="no")
+  [grn_debug="$enableval"],
+  [grn_debug="no"])
 if test "x$grn_debug" != "xno"; then
   grn_debug="yes"
   if test "$CLANG" = "yes"; then
-------------- next part --------------
HTML����������������������������...
下載 



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