summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEugeniy Meshcheryakov <eugen@debian.org>2009-03-28 22:36:02 +0100
committerEugeniy Meshcheryakov <eugen@debian.org>2009-03-28 22:36:02 +0100
commit99c0acadf5e45cb3fa00dc152f567d118d49fe34 (patch)
tree7e0427393a493a2b0731ec66d00c9c8dd7060a4d /configure.ac
parent756c9462d1de82b770b3168eb794e1735dedb77c (diff)
downloadsystemtap-steved-99c0acadf5e45cb3fa00dc152f567d118d49fe34.tar.gz
systemtap-steved-99c0acadf5e45cb3fa00dc152f567d118d49fe34.tar.xz
systemtap-steved-99c0acadf5e45cb3fa00dc152f567d118d49fe34.zip
Fix typo s/yxmlto/xmlto/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 553aa00e..eab206a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ EOF
fi
if test "$enable_refdocs" == "yes"; then
if test "x${have_xmlto}${have_xmlto_pdf}" != "xyesyes"; then
- AC_MSG_ERROR([cannot find proper yxmlto for building reference documentation])
+ AC_MSG_ERROR([cannot find proper xmlto for building reference documentation])
fi
fi
if test "x${have_xmlto}${have_xmlto_pdf}" == "xyesyes" -a "$enable_refdocs" != "no" -a "${building_docs}" == "yes"; then