2004-03-31 Miguel de Icaza <miguel@ximian.com>
* configure.in: If monodoc is not found, then turn off enable_monodoc, so the value is properly propagated. svn path=/trunk/gtk-sharp/; revision=24864
This commit is contained in:
parent
ab2f05fa77
commit
0c80f4c624
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-31 Miguel de Icaza <miguel@ximian.com>
|
||||
|
||||
* configure.in: If monodoc is not found, then turn off
|
||||
enable_monodoc, so the value is properly propagated.
|
||||
|
||||
2004-03-31 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* configure.in : remove atk/glue/Makefile
|
||||
|
|
|
@ -88,6 +88,9 @@ PKG_CHECK_MODULES(MONODOC_DEPENDENCY, monodoc >= $MONODOC_REQUIRED_VERSION, enab
|
|||
|
||||
if test "x$enable_monodoc" = "xyes"; then
|
||||
AC_PATH_PROG(MONODOC, monodoc, no)
|
||||
if x$MONODOC = xno; then
|
||||
enable_monodoc=no
|
||||
fi
|
||||
else
|
||||
MONODOC=
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue