diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-06-14 17:59:44 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-06-14 17:59:44 +0800 |
commit | 2986527adef1d8995f8b6e1d0359cbde50c9f791 (patch) | |
tree | 599964047300b942cd8600e23ab753b800847a68 /configure.in | |
parent | 9f723bd51a7edea0c802b10cc83cb4df3a23fdf5 (diff) | |
download | gsoc2013-evolution-2986527adef1d8995f8b6e1d0359cbde50c9f791.tar.gz gsoc2013-evolution-2986527adef1d8995f8b6e1d0359cbde50c9f791.tar.zst gsoc2013-evolution-2986527adef1d8995f8b6e1d0359cbde50c9f791.zip |
Fixes #272668.
svn path=/trunk/; revision=32134
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 dc83664b5d..5031d748a3 100644 --- a/configure.in +++ b/configure.in @@ -1175,7 +1175,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 $FULL_GNOME_DEPS) +PKG_CHECK_MODULES(EXTRA_GNOME, libgnomeprint-2.2 >= 2.7.0 libgnomeprintui-2.2 >= 2.2.1 $FULL_GNOME_DEPS) AC_SUBST(EXTRA_GNOME_LIBS) AC_SUBST(EXTRA_GNOME_CFLAGS) |