pidgin/pidgin

173504a1b361
Parents 4cb7f3b19ffa
Children e2f0d7323124
Show "(experimental)" next to the enable-mono option
when calling "./configure --help"
  • +1 -1
    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`