projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4c7e3
)
docbook is not a binding
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 17 Oct 2004 15:24:24 +0000
(15:24 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 17 Oct 2004 15:24:24 +0000
(15:24 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5e3b1d11b49d5e0d0596ab1db93d9790b97a3e2a..5e66ef09dadd58982ae98ea8a38f7e4a41add3a1 100644
(file)
--- 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)