summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2006-01-16 15:14:53 +0000
committerJames Willcox <snopr@snorp.net>2006-01-16 15:14:53 +0000
commit2419e7869d077821774a8d3f25168c3e70a6bfe6 (patch)
treecd24c95f1d2f151ba110efe8143c007522c990f9
parent86f701c80f02804ce56e5366f7cb4699d63a6db9 (diff)
make --disable-mono imply --disable-monodoc
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1083 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 57d77b8..42836e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -582,7 +582,7 @@ AC_ARG_ENABLE(monodoc,
esac],
[HAVE_MONODOC=yes])
-if test "x$HAVE_MONODOC" = "xyes" ; then
+if test "x$HAVE_MONO" = "xyes" && test "x$HAVE_MONODOC" = "xyes" ; then
PKG_CHECK_MODULES(MONODOC, [monodoc >= 1.1.8])
MONODOC_DIR=`$PKG_CONFIG --variable=sourcesdir monodoc`