configure.ac

changeset 15604
c50fde1021aa
parent 15600
393bc032b053
child 15610
fc49b3cc8095
child 15623
bf485c598199
--- a/configure.ac	Sun Feb 04 08:25:43 2007 +0000
+++ b/configure.ac	Sun Feb 04 08:48:08 2007 +0000
@@ -1026,7 +1026,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`

mercurial