changeset 20386:1657b86dc04e

Show "(experimental)" next to the enable-mono option when calling "./configure --help"
author Mark Doliner <mark@kingant.net>
date Thu, 25 Jan 2007 08:27:41 +0000
parents fb83c1d7e154
children 24843d86c2a3
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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`