|
From: <the...@us...> - 2007-01-25 08:17:08
|
Revision: 18173
http://svn.sourceforge.net/gaim/?rev=18173&view=rev
Author: thekingant
Date: 2007-01-25 00:17:08 -0800 (Thu, 25 Jan 2007)
Log Message:
-----------
Show "(experimental)" next to the enable-mono option
when calling "./configure --help"
Modified Paths:
--------------
trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2007-01-25 08:09:04 UTC (rev 18172)
+++ trunk/configure.ac 2007-01-25 08:17:08 UTC (rev 18173)
@@ -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`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|