Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-08-26 04:25:42 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-08-26 04:25:42 (GMT)
commit08f59cdd977b86d17d0a9c70a56b2bfd7f6741a2 (patch)
tree83c5b6692bfb4ec0948514095aadb28afb102ee4 /configure.ac
parent2eecd9167f17b9b0506675a9dc05dff487779afa (diff)
catch another gtk+-2.8ism Make work with gtk+-2.6 Release 0.4.0
Thu Aug 25 23:40:23 2005 Jonathan Blandford <jrb@redhat.com> * configure.ac: catch another gtk+-2.8ism * shell/main.c: Make work with gtk+-2.6 * NEWS: Release 0.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0b79bfb..0f298da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,6 +118,7 @@ dnl Check for functions not present in gtk 2.6
evince_save_LIBS=$LIBS
LIBS="$LIBS $FRONTEND_CORE_LIBS"
AC_CHECK_FUNCS(gtk_icon_view_get_visible_range)
+AC_CHECK_FUNCS(gtk_window_present_with_time)
AC_CHECK_FUNCS(g_file_set_contents)
LIBS=$evince_save_LIBS