[gxml] Fixed error message to enable DevHelp and GIR docs
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Fixed error message to enable DevHelp and GIR docs
- Date: Tue, 16 Jun 2015 18:37:34 +0000 (UTC)
commit 8afb6142b4b3d0858354d91d807d4bf56e136a76
Author: Daniel Espinosa <esodan gmail com>
Date: Tue Jun 16 13:36:34 2015 -0500
Fixed error message to enable DevHelp and GIR docs
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2ebed63..3f707e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,13 +190,13 @@ fi
if test x$enable_devhelp_docs = xyes; then
if test x$have_valadoc = xno -o x$have_gtkdoc = xno; then
- AC_MSG_ERROR([valadoc and gtk-doc is required, to generate devhelp documentation. Use --enable-valadoc
and --enable-gtk-doc])
+ AC_MSG_ERROR([valadoc and gtk-doc is required, to generate devhelp documentation. Use --enable-valadoc
and --enable-gtk-docs])
fi
fi
if test x$enable_gir_docs = xyes; then
if test x$have_valadoc = xno; then
- AC_MSG_ERROR([valadoc is required, to generate GIR documentation. Use --enable-valadoc and
--enable-gtk-doc])
+ AC_MSG_ERROR([valadoc is required, to generate GIR documentation. Use --enable-valadoc and
--enable-gtk-docs])
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]