changeset 12487:799e95eed274

[gaim-migrate @ 14799] I'm tired of seeing the bugs mono "causes" because of the sigsegv handler as I'm sure Luke is, so until we find a better way to handle this, and the loader does a bit more it must be explicitly told to build with --enable-mono committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Wed, 14 Dec 2005 23:26:40 +0000
parents 5b9ae793e2fb
children 40fada5b3d59
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Dec 14 22:53:54 2005 +0000
+++ b/configure.ac	Wed Dec 14 23:26:40 2005 +0000
@@ -311,7 +311,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,    [  --disable-mono          compile without Mono runtime support],,enable_mono=yes)
+AC_ARG_ENABLE(mono,    [  --enable-mono          compile without 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)