diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 19:03:17 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 19:03:17 +0800 |
commit | 2e699f7ab6f66ff451d4911a1f1413286eb477f2 (patch) | |
tree | 367d42c658aea40b3b273a132184a0e1ef08e4e0 /configure.in | |
parent | f8da69fcf76eadf90f452286e07e4921647a9a96 (diff) | |
download | gsoc2013-evolution-2e699f7ab6f66ff451d4911a1f1413286eb477f2.tar.gz gsoc2013-evolution-2e699f7ab6f66ff451d4911a1f1413286eb477f2.tar.zst gsoc2013-evolution-2e699f7ab6f66ff451d4911a1f1413286eb477f2.zip |
Use $FULL_GNOME_DEPS here explicitly, as it de facto is a superset of it.
2005-06-18 Tor Lillqvist <tml@novell.com>
* configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS
here explicitly, as it de facto is a superset of it. In the
makefiles thus no need to use both EXTRA_GNOME_CFLAGS and
GNOME_FULL_CFLAGS, EXTRA_GNOME_CFLAGS is enough. (Ditto for
_LIBS.)
svn path=/trunk/; revision=29531
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 86e4f155af..6f1c15bf74 100644 --- a/configure.in +++ b/configure.in @@ -1263,7 +1263,7 @@ AC_CHECK_HEADERS(libgnomeui/gnome-icon-lookup.h) AC_CHECK_HEADERS(libgnomeui/gnome-thumbnail.h) CPPFLAGS="$CPPFLAGS_save" -PKG_CHECK_MODULES(EXTRA_GNOME, libgnomeprint-2.2 >= 2.2.0 libgnomeprintui-2.2 >= 2.2.1 libglade-2.0 libgnomeui-2.0 libgnomecanvas-2.0 >= 2.2.0.2 libxml-2.0) +PKG_CHECK_MODULES(EXTRA_GNOME, libgnomeprint-2.2 >= 2.2.0 libgnomeprintui-2.2 >= 2.2.1 $FULL_GNOME_DEPS) AC_SUBST(EXTRA_GNOME_LIBS) AC_SUBST(EXTRA_GNOME_CFLAGS) |