View | Details | Raw Unified
Collapse All | Expand All

(-) configure.ac (-1 / +1 lines)
 Lines 61-67    Link Here 
GACUTIL_POLICY_FLAGS='/gacdir $(libdir) /root $(DESTDIR)$(libdir)'
GACUTIL_POLICY_FLAGS='/gacdir $(libdir) /root $(DESTDIR)$(libdir)'
AC_SUBST(GACUTIL_POLICY_FLAGS)
AC_SUBST(GACUTIL_POLICY_FLAGS)
AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], [Do not build documentation]), with_docs=no, with_docs=yes)
AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], [Do not build documentation]), with_docs=$enableval, with_docs=yes)
dnl Monodoc
dnl Monodoc
if test "x$with_docs" = "xyes"; then
if test "x$with_docs" = "xyes"; then