[Groonga-commit] groonga/groonga [master] traivs: fix wrong option name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 6 11:46:43 JST 2013


Kouhei Sutou	2013-02-06 11:46:43 +0900 (Wed, 06 Feb 2013)

  New Revision: 8a97bfa8f5472e4dc619909339cd2b0aaa87cdfd
  https://github.com/groonga/groonga/commit/8a97bfa8f5472e4dc619909339cd2b0aaa87cdfd

  Log:
    traivs: fix wrong option name
    
    --with-debug ->
    --enable-debug

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2013-02-06 11:39:51 +0900 (76b8922)
+++ data/travis/setup.sh    2013-02-06 11:46:43 +0900 (4a90fd0)
@@ -8,7 +8,7 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
     git clone --depth 1 https://github.com/groonga/groonga.git
     cd groonga
     ./autogen.sh
-    ./configure --prefix=/usr --localstatedir=/var --with-debug
+    ./configure --prefix=/usr --localstatedir=/var --enable-debug
     make -j$(grep '^processor' /proc/cpuinfo | wc -l) > /dev/null
     sudo make install > /dev/null
     cd ..
-------------- next part --------------
HTML����������������������������...
Download 



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