Thu, 25 Jan 2007 08:27:41 +0000
Show "(experimental)" next to the enable-mono option
when calling "./configure --help"
| configure.ac | file | annotate | diff | comparison | revisions |
--- 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`