aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2848e3170f..edf14bbdc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-27 Ettore Perazzoli <ettore@ximian.com>
+
+ * configure.in: Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.
+
2002-03-24 Peter Williams <peterw@ximian.com>
* tools/killev: Change the OAFIID for the GtkHTML editor to
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)