aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-13 01:51:49 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-13 01:51:49 +0800
commit074558a8d0be8b5fe35c563aa2e15aaa1ebcde61 (patch)
tree9ea6d2acaec334e095cf5c39a46d93d8df6cb41d /configure.in
parentbcbec07734a057f9aae139d37f6e30eee2b13de4 (diff)
downloadgsoc2013-evolution-074558a8d0be8b5fe35c563aa2e15aaa1ebcde61.tar
gsoc2013-evolution-074558a8d0be8b5fe35c563aa2e15aaa1ebcde61.tar.gz
gsoc2013-evolution-074558a8d0be8b5fe35c563aa2e15aaa1ebcde61.tar.bz2
gsoc2013-evolution-074558a8d0be8b5fe35c563aa2e15aaa1ebcde61.tar.lz
gsoc2013-evolution-074558a8d0be8b5fe35c563aa2e15aaa1ebcde61.tar.xz
gsoc2013-evolution-074558a8d0be8b5fe35c563aa2e15aaa1ebcde61.tar.zst
gsoc2013-evolution-074558a8d0be8b5fe35c563aa2e15aaa1ebcde61.zip
e-util relies on bonobo-conf in e-passwords.c and
2002-07-12 Peter Williams <peterw@ximian.com> * configure.in (E_UTIL_LIBS): e-util relies on bonobo-conf in e-passwords.c and e-categories-master-list-wombat.c, so reflect that here. ** And the e-port code needs THREADS_LIBS. ** svn path=/trunk/; revision=17442
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c09751b53e..93a9b6fc31 100644
--- a/configure.in
+++ b/configure.in
@@ -1073,7 +1073,7 @@ EVO_SET_COMPILE_FLAGS(E_NAME, bonobox gal oaf)
AC_SUBST(E_NAME_CFLAGS)
AC_SUBST(E_NAME_LIBS)
-EVO_SET_COMPILE_FLAGS(E_UTIL, bonobox gal oaf libglade bonobo_conf)
+EVO_SET_COMPILE_FLAGS(E_UTIL, bonobox gal oaf libglade bonobo_conf, $THREADS_CFLAGS, $THREADS_LIBS)
AC_SUBST(E_UTIL_CFLAGS)
AC_SUBST(E_UTIL_LIBS)