diff options
author | Radek Doulik <rodo@src.gnome.org> | 2003-09-17 05:06:26 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2003-09-17 05:06:26 +0800 |
commit | de47f3740e6560f8acec3f6d1b7ba16a93f476c3 (patch) | |
tree | d4fe6e426b475db8f3b55b0a995a19bd883f7d59 | |
parent | ae79d335837be56e234704d5a8cca9c7e685984e (diff) | |
download | gsoc2013-evolution-de47f3740e6560f8acec3f6d1b7ba16a93f476c3.tar gsoc2013-evolution-de47f3740e6560f8acec3f6d1b7ba16a93f476c3.tar.gz gsoc2013-evolution-de47f3740e6560f8acec3f6d1b7ba16a93f476c3.tar.bz2 gsoc2013-evolution-de47f3740e6560f8acec3f6d1b7ba16a93f476c3.tar.lz gsoc2013-evolution-de47f3740e6560f8acec3f6d1b7ba16a93f476c3.tar.xz gsoc2013-evolution-de47f3740e6560f8acec3f6d1b7ba16a93f476c3.tar.zst gsoc2013-evolution-de47f3740e6560f8acec3f6d1b7ba16a93f476c3.zip |
require newer gtkhtml
svn path=/trunk/; revision=22591
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a0cb14dbf0..f5338d51d5 100644 --- a/configure.in +++ b/configure.in @@ -1072,7 +1072,7 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers GAL_REQUIRED=2.1.0 -GTKHTML_REQUIRED=3.1.0 +GTKHTML_REQUIRED=3.1.1 AC_SUBST(GAL_REQUIRED) AC_SUBST(GTKHTML_REQUIRED) |