From 59e1597cdc65c6813376a557013102107d2712eb Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 26 Jun 2000 04:22:39 +0000 Subject: Fix linking options for gthreads. svn path=/trunk/; revision=3735 --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe00dee982..8006858fb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-06-25 Ettore Perazzoli + + * configure.in: Use `glib-config' instead of `$GLIB_CONFIG' as the + latter is not actually defined anywhere. + 2000-06-25 Peter Williams * configure.in (pthread stuff): Make threads required due diff --git a/configure.in b/configure.in index 7af7493057..c3693eb263 100644 --- a/configure.in +++ b/configure.in @@ -151,8 +151,8 @@ dnl Notice that this is a hack, and we wont be able to use this forever, but dnl at least for some time dnl -THREADS_LIBS="$PTHREAD_LIB `$GLIB_CONFIG --libs gthread`" -THREADS_CFLAGS="`$GLIB_CONFIG --cflags gthread`" +THREADS_LIBS="$PTHREAD_LIB `glib-config --libs gthread`" +THREADS_CFLAGS="`glib-config --cflags gthread`" AC_SUBST(THREADS_LIBS) AC_SUBST(THREADS_CFLAGS) -- cgit v1.2.3