From e923d2eea9e325677c57f88e1209765acb306846 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 26 Jun 2000 18:21:45 +0000 Subject: Make the broken threads optional svn path=/trunk/; revision=3740 --- configure.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index c3693eb263..1e6b5cf2ea 100644 --- a/configure.in +++ b/configure.in @@ -157,6 +157,16 @@ THREADS_CFLAGS="`glib-config --cflags gthread`" AC_SUBST(THREADS_LIBS) AC_SUBST(THREADS_CFLAGS) +AC_ARG_ENABLE([broken-threads],[ --enable-broken-threads Enable the broken threads in evolution-mail],[ + use_bt=$enableval +],[ + use_bt=no +]) + +if test x"$use_bt" = xyes ; then + AC_DEFINE(USE_BROKEN_THREADS) +fi + dnl ************************************************** dnl * Print check dnl ************************************************** -- cgit v1.2.3