[Xfce4-commits] <xfce-utils:master> Fix typo in configure.in.in.

Nick Schermer noreply at xfce.org
Wed Nov 3 18:56:01 CET 2010


Updating branch refs/heads/master
         to bba365f57bbbf85f87e195d92a8c71e368353ef9 (commit)
       from 6f586a6fbcd2ee7e9c508ee854d3f8c409c900e0 (commit)

commit bba365f57bbbf85f87e195d92a8c71e368353ef9
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Nov 3 18:52:44 2010 +0100

    Fix typo in configure.in.in.

 configure.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 67b3baf..cc4968c 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -143,12 +143,12 @@ if test x"$enable_gen_doc" = x"yes"; then
     fi
 
     AC_PATH_PROG([XMLLINT], [xmllint], [no])
-    if test x"$XML2PO" = x"no"; then
+    if test x"$XMLLINT" = x"no"; then
         enable_gen_doc=no
     fi
 
     if test x"$enable_gen_doc" = x"no"; then
-        AC_MSG_ERROR([Compiling with --enable-gen-doc but one of xml2po, xsltproc or xmllint not found.])
+        AC_MSG_ERROR([Compiling with --enable-gen-doc but one of xml2po, xsltproc or xmllint is missing.])
     fi
 fi
 AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x"$enable_gen_doc" = x"yes"])



More information about the Xfce4-commits mailing list