1diff --git a/configure.ac b/configure.ac
2index 84f8699..dce9033 100644
3--- a/configure.ac
4+++ b/configure.ac
5@@ -192,9 +192,9 @@ if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
6 AC_SUBST(db2xman)
7 fi
8 AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"])
9-AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "xdocbook2man"])
10+AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "no-no-no"])
11
12-if test "x$db2xman" = "xdocbook2man"; then
13+if test "x$db2xman" = "no-no-no"; then
14 docdtd="\"-//Davenport//DTD DocBook V3.0//EN\""
15 else
16 docdtd="\"-//OASIS//DTD DocBook XML\" \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\""