aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-28 01:28:05 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-28 01:28:05 +0800
commit16b12f579456ffe13e662f7aee841f9c325f34e9 (patch)
treed333add8719cd29cd253f431049da12f4e38c006 /configure.in
parent916c56183e266fc4f2bbd1fb8dbe628508abea67 (diff)
downloadgsoc2013-evolution-16b12f579456ffe13e662f7aee841f9c325f34e9.tar
gsoc2013-evolution-16b12f579456ffe13e662f7aee841f9c325f34e9.tar.gz
gsoc2013-evolution-16b12f579456ffe13e662f7aee841f9c325f34e9.tar.bz2
gsoc2013-evolution-16b12f579456ffe13e662f7aee841f9c325f34e9.tar.lz
gsoc2013-evolution-16b12f579456ffe13e662f7aee841f9c325f34e9.tar.xz
gsoc2013-evolution-16b12f579456ffe13e662f7aee841f9c325f34e9.tar.zst
gsoc2013-evolution-16b12f579456ffe13e662f7aee841f9c325f34e9.zip
Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.
* configure.in: Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. svn path=/trunk/; revision=16259
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2acf022474..4d5741afe8 100644
--- a/configure.in
+++ b/configure.in
@@ -994,7 +994,8 @@ EVO_SET_COMPILE_FLAGS(IMPORTERS, bonobo_conf bonobox_print gdk_pixbuf gnomecanva
AC_SUBST(IMPORTERS_CFLAGS)
AC_SUBST(IMPORTERS_LIBS)
-EVO_SET_COMPILE_FLAGS(LIBIBEX, bonobo_conf bonobox_print gal gdk_pixbuf gnomecanvaspixbuf gnomeui libglade oaf vfs)
+EVO_SET_COMPILE_FLAGS(LIBIBEX, bonobo_conf bonobox_print gal gdk_pixbuf gnomecanvaspixbuf gnomeui libglade oaf vfs,
+ $THREADS_CFLAGS, $THREADS_LIBS)
AC_SUBST(LIBIBEX_CFLAGS)
AC_SUBST(LIBIBEX_LIBS)