From 2419e7869d077821774a8d3f25168c3e70a6bfe6 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Mon, 16 Jan 2006 15:14:53 +0000 Subject: make --disable-mono imply --disable-monodoc git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1083 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit