null+****@clear*****
null+****@clear*****
2012年 4月 19日 (木) 10:13:11 JST
Kouhei Sutou 2012-04-19 10:13:11 +0900 (Thu, 19 Apr 2012)
New Revision: 3999723b2dac073d3a0dd577e757dbb0078c74ce
Log:
Fix a typo. Sorry!!!
if ->
fi
Modified files:
configure.ac
Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac 2012-04-18 23:09:56 +0900 (764c9a5)
+++ configure.ac 2012-04-19 10:13:11 +0900 (a39101d)
@@ -990,7 +990,7 @@ if test x"$enable_document" != x"no"; then
if test -f "$srcdir/doc/build-stamp"; then
document_available=yes
have_built_document=yes
- if
+ fi
if test x"$enable_document" = x"yes"; then
AC_PATH_PROG(HG, hg, [])