From: James Willcox Date: Mon, 16 Jan 2006 15:14:53 +0000 (+0000) Subject: make --disable-mono imply --disable-monodoc X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;ds=inline;h=2419e7869d077821774a8d3f25168c3e70a6bfe6;hp=86f701c80f02804ce56e5366f7cb4699d63a6db9;p=catta make --disable-mono imply --disable-monodoc git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1083 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- 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`