diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-08-15 20:37:37 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-08-15 20:37:37 +0000 |
commit | fb1796ab4a11c9e13f345396e502f7c7faf90f32 (patch) | |
tree | e314d756d9f70c0fca48212e073d83e192d403a2 /configure.in | |
parent | f10ac7aa461dbd08fbc8e1077836f871ed9934af (diff) | |
download | pango-fb1796ab4a11c9e13f345396e502f7c7faf90f32.tar.gz |
get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, Benedikt
Fri Aug 15 16:34:14 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: get the cflags for gmodule-2.0 as
well as gthread-2.0. (#119953, Benedikt Spranger)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index db52dd08..f805a024 100644 --- a/configure.in +++ b/configure.in @@ -277,7 +277,7 @@ AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :, *** Glib is always available from ftp://ftp.gtk.org/.]), gobject gmodule) -GLIB_CFLAGS=`$PKG_CONFIG --cflags gthread-2.0` +GLIB_CFLAGS=`$PKG_CONFIG --cflags gmodule-2.0 gthread-2.0` AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_CFLAGS) |