aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Crozat <fcrozat@src.gnome.org>2003-10-23 21:48:39 +0800
committerFrédéric Crozat <fcrozat@src.gnome.org>2003-10-23 21:48:39 +0800
commite047d6366a7a58e2bc05b1ba50b8c9b46d36febc (patch)
tree52e09a4cf92be6d5a3b09a05b287092c90dcea1c
parentd173f20d8a325224e57648e7e6fae2347be6fecc (diff)
downloadgsoc2013-evolution-e047d6366a7a58e2bc05b1ba50b8c9b46d36febc.tar
gsoc2013-evolution-e047d6366a7a58e2bc05b1ba50b8c9b46d36febc.tar.gz
gsoc2013-evolution-e047d6366a7a58e2bc05b1ba50b8c9b46d36febc.tar.bz2
gsoc2013-evolution-e047d6366a7a58e2bc05b1ba50b8c9b46d36febc.tar.lz
gsoc2013-evolution-e047d6366a7a58e2bc05b1ba50b8c9b46d36febc.tar.xz
gsoc2013-evolution-e047d6366a7a58e2bc05b1ba50b8c9b46d36febc.tar.zst
gsoc2013-evolution-e047d6366a7a58e2bc05b1ba50b8c9b46d36febc.zip
OOps, I forgot this one.
add gnome-thumbnail.h detection svn path=/trunk/; revision=23034
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 81478e81f0..68a463066b 100644
--- a/configure.in
+++ b/configure.in
@@ -1088,6 +1088,7 @@ AC_SUBST(GNOME_FULL_LIBS)
CPPFLAGS_save="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS `$PKG_CONFIG --cflags-only-I libgnomeui-2.0`"
AC_CHECK_HEADERS(libgnomeui/gnome-icon-lookup.h)
+AC_CHECK_HEADERS(libgnomeui/gnome-thumbnail.h)
CPPFLAGS="$CPPFLAGS_save"
dnl --- Flags for the various libraries we build