diff options
Diffstat (limited to 'docs/docbook/configure.in')
-rw-r--r-- | docs/docbook/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/configure.in b/docs/docbook/configure.in index ad0613f2be..f8b4a1618a 100644 --- a/docs/docbook/configure.in +++ b/docs/docbook/configure.in @@ -38,7 +38,7 @@ esac # The Makefile requires docbook2X in the share/sgml directory if [ ! test -f $SGML_SHARE/docbook2X/docbook2man-spec.pl ]; then - AC_MSG_ERROR("Unable to find dockbook2X. Make sure it is installed and that the sgml-share path is correct.") + AC_MSG_ERROR("Unable to find docbook2X. Make sure it is installed and that the sgml-share path is correct.") fi AC_SUBST(SGML_SHARE)dnl |