Show "(experimental)" next to the enable-mono option

Thu, 25 Jan 2007 08:27:41 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 25 Jan 2007 08:27:41 +0000
changeset 20467
173504a1b361
parent 20466
4cb7f3b19ffa
child 20468
e2f0d7323124

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`

mercurial