# HG changeset patch # User Mark Doliner # Date 1169713661 0 # Node ID 1657b86dc04ee4757f59fd1fe63d6cf28ea14de8 # Parent fb83c1d7e15429d0810154037243ab60f7f625e0 Show "(experimental)" next to the enable-mono option when calling "./configure --help" diff -r fb83c1d7e154 -r 1657b86dc04e configure.ac --- a/configure.ac Thu Jan 25 08:11:21 2007 +0000 +++ b/configure.ac Thu Jan 25 08:27:41 2007 +0000 @@ -1019,7 +1019,7 @@ dnl ####################################################################### dnl # Check for Mono support dnl ####################################################################### -AC_ARG_ENABLE(mono, [AC_HELP_STRING([--enable-mono], [compile with Mono runtime support])], , enable_mono=no) +AC_ARG_ENABLE(mono, [AC_HELP_STRING([--enable-mono], [compile with Mono runtime support (experimental)])], , enable_mono=no) if test x"$enable_mono" = x"yes" ; then AC_MSG_CHECKING(for Mono compile flags) MONO_CFLAGS=`pkg-config --cflags mono 2> /dev/null`