# HG changeset patch # User Gary Kramlich # Date 1134602800 0 # Node ID 799e95eed274eeb81f4f464fbc0bcbd436fe5130 # Parent 5b9ae793e2fb40d35add3618992ff29004dd5d22 [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 diff -r 5b9ae793e2fb -r 799e95eed274 configure.ac --- 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)