From: Frank Mori Hess Date: Sun, 17 Oct 2004 15:24:24 +0000 (+0000) Subject: docbook is not a binding X-Git-Tag: v0_8_0~150 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce991f80dd84e60ea1fd09d3163c50c6822db341;p=comedilib.git docbook is not a binding --- diff --git a/configure.ac b/configure.ac index 5e3b1d1..5e66ef0 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ AC_ARG_ENABLE([scxi], [ --enable-scxi Enable SCXI convenience library], AM_CONDITIONAL(BUILD_SCXI, [test "$ENABLE_SCXI" == "yes"]) # docbook -AC_ARG_ENABLE([docbook-binding],[ --disable-docbook-binding Disable docbook],[ENABLE_DOCBOOK=$enableval],[ENABLE_DOCBOOK="yes"]) +AC_ARG_ENABLE([docbook],[ --disable-docbook-binding Disable docbook],[ENABLE_DOCBOOK=$enableval],[ENABLE_DOCBOOK="yes"]) if test "$ENABLE_DOCBOOK" == "yes"; then AC_PATH_PROG(DOCBOOK2MAN, docbook2man, no)