Fixed typo in configure error message.
authorTim Potter <tpot@samba.org>
Mon, 18 Jun 2001 02:27:33 +0000 (02:27 +0000)
committerTim Potter <tpot@samba.org>
Mon, 18 Jun 2001 02:27:33 +0000 (02:27 +0000)
docs/docbook/configure
docs/docbook/configure.in

index 23232148ce24aae610a7e487fd58876f157c0bf4..e8578fed393df4f33d9d3096805b2c0cbb68b719 100755 (executable)
@@ -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
 
 
index 5aec3058da5c54576bcedd7f313ff7045999aa53..f7256505d114796ff120ef4e045c682c57fcd363 100644 (file)
@@ -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