]> granicus.if.org Git - libexpat/commitdiff
configure.ac: Fix wording (#188)
authorSebastian Pipping <sebastian@pipping.org>
Sat, 30 Jun 2018 20:18:12 +0000 (22:18 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 30 Jun 2018 20:22:48 +0000 (22:22 +0200)
expat/configure.ac

index d29899d6005db84b1494276dbbca5d836dc3d53c..748bf713bcef212e446d9c51be9eaa610c34cebd 100644 (file)
@@ -242,7 +242,7 @@ AS_IF([test "x${DOCBOOK_TO_MAN}" = x -a "x$with_docbook" = xyes],
   [AC_MSG_ERROR([Required program 'docbook2x-man' not found.])])
 AS_IF([test "x${DOCBOOK_TO_MAN}" != x -a "x$with_docbook" != xno],
   [AS_IF([${DOCBOOK_TO_MAN} --help | grep -i -q -F sgmlbase],
-    [AC_MSG_ERROR([You local ${DOCBOOK_TO_MAN} was found to work with SGML rather
+    [AC_MSG_ERROR([Your local ${DOCBOOK_TO_MAN} was found to work with SGML rather
   than XML. Please install docbook2X and use variable DOCBOOK_TO_MAN to point
   configure to command docbook2x-man of docbook2X.
   Or use DOCBOOK_TO_MAN="xmlto man --skip-validation" if you have xmlto around.