Add gthread-2.0 in CAMEL checking. Fixes bug #538074.
authorJeff Cai <jeff.cai@sun.com>
Mon, 11 Aug 2008 04:10:36 +0000 (04:10 +0000)
committerJeff Cai <jeffcai@src.gnome.org>
Mon, 11 Aug 2008 04:10:36 +0000 (04:10 +0000)
2008-08-11  Jeff Cai <jeff.cai@sun.com>

        * configure.in: Add gthread-2.0 in CAMEL checking.
          Fixes bug #538074.

svn path=/trunk/; revision=9303

ChangeLog
configure.in

index 89bb222..91d1f6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-11  Jeff Cai <jeff.cai@sun.com>
+
+        * configure.in: Add gthread-2.0 in CAMEL checking.
+          Fixes bug #538074.
+
 2008-08-07  Tobias Mueller  <tobiasmue@svn.gnome.org>
 
        * libedataserver/e-account.c: Harden e_account_[gs]et_*
index 488c9f0..607ea7a 100644 (file)
@@ -1584,7 +1584,7 @@ fi
 
 AM_CONDITIONAL(ENABLE_LARGEFILE, test "x$enable_largefile" = "xyes")
 
-EVO_SET_COMPILE_FLAGS(CAMEL, $mozilla_nss gio-2.0 sqlite3, 
+EVO_SET_COMPILE_FLAGS(CAMEL, $mozilla_nss gio-2.0 sqlite3 gthread-2.0
                      $THREADS_CFLAGS $KRB4_CFLAGS $KRB5_CFLAGS $MANUAL_NSS_CFLAGS $LARGEFILE_CFLAGS,
                      -lz $THREADS_LIBS $KRB4_LDFLAGS $KRB5_LDFLAGS $MANUAL_NSS_LIBS)
 AC_SUBST(CAMEL_CFLAGS)