[Groonga-commit] groonga/groonga [master] add missing document_available=yes.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 13日 (日) 13:37:52 JST


Kouhei Sutou	2011-11-13 04:37:52 +0000 (Sun, 13 Nov 2011)

  New Revision: 231854c5d7465d8d7d33850c6d9e1db4e18a9f83

  Log:
    add missing document_available=yes.

  Modified files:
    configure.ac

  Modified: configure.ac (+4 -2)
===================================================================
--- configure.ac    2011-11-12 14:24:41 +0000 (10a454b)
+++ configure.ac    2011-11-13 04:37:52 +0000 (377ff8f)
@@ -847,9 +847,11 @@ if test x"$enable_document" != x"no"; then
   if test -f "$srcdir/doc/build-stamp"; then
     document_available=yes
   else
-    if test x"$HG" = x"hg-not-found"; then
-      if test x"$enable_document" = x"yes"; then
+    if test x"$enable_document" = x"yes"; then
+      if test x"$HG" = x"hg-not-found"; then
         AC_MSG_ERROR("No hg found")
+      else
+        document_available=yes
       fi
     fi
   fi




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