diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ * 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. + reflect that here. And the e-port code needs THREADS_LIBS. 2002-07-09 Peter Williams <peterw@ximian.com> 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) |