mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fixed typo in configure error message.
This commit is contained in:
parent
5690ec77c8
commit
41fe64e70f
2
docs/docbook/configure
vendored
2
docs/docbook/configure
vendored
@ -797,7 +797,7 @@ fi
|
||||
|
||||
# The Makefile requires docbook2X in the share/sgml directory
|
||||
if ! test -f $SGML_SHARE/docbook2X/docbook2man-spec.pl ; then
|
||||
{ echo "configure: error: "Unable to find dockbook2X. Make sure it is installed and that the sgml-share path is correct."" 1>&2; exit 1; }
|
||||
{ echo "configure: error: "Unable to find docbook2X. Make sure it is installed and that the sgml-share path is correct."" 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
|
||||
|
@ -35,7 +35,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
|
||||
|
Loading…
Reference in New Issue
Block a user