# HG changeset patch # User Gary Kramlich # Date 1134791489 0 # Node ID b1e20e83408972d1d1af81a80713a4c4905cef8f # Parent b102b1ed99a1c4527fa941a507628ed1d76356a0 [gaim-migrate @ 14822] forgot to clean this up the other day... committer: Tailor Script diff -r b102b1ed99a1 -r b1e20e834089 configure.ac --- a/configure.ac Sat Dec 17 03:24:29 2005 +0000 +++ b/configure.ac Sat Dec 17 03:51:29 2005 +0000 @@ -329,7 +329,7 @@ AM_CONDITIONAL(DYNAMIC_ZEPHYR, test "x$dynamic_zephyr" = "xyes") AC_ARG_ENABLE(audio, [ --disable-audio compile without libao/libaudiofile for sound playing],,enable_audio=yes) -AC_ARG_ENABLE(mono, [ --enable-mono compile without Mono runtime support],,enable_mono=no) +AC_ARG_ENABLE(mono, [ --enable-mono compile with Mono runtime support],,enable_mono=no) AC_ARG_ENABLE(plugins, [ --disable-plugins compile without plugin support],,enable_plugins=yes) AC_ARG_ENABLE(perl, [ --disable-perl compile without perl scripting],,enable_perl=yes) AC_ARG_ENABLE(tcl, [ --disable-tcl compile without Tcl scripting],,enable_tcl=yes)