[Xfce4-commits] [apps/xfce4-terminal] 01/01: Rephrase configure error message
noreply at xfce.org
noreply at xfce.org
Wed Jun 29 13:23:17 CEST 2016
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.
commit f97e500fa4b76314a9df6b7b4577d088baf8f10d
Author: Igor <f2404 at yandex.ru>
Date: Wed Jun 29 14:23:12 2016 +0300
Rephrase configure error message
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 073ce5a..c45114c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -123,7 +123,7 @@ if test x"$enable_gen_doc" = x"yes"; then
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 none of xml2po, xsltproc or xmllint was found.])
fi
fi
AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x"$enable_gen_doc" = x"yes"])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list