diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 22:10:58 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-29 22:10:58 +0800 |
commit | aeb15ac4b5d17797cfe7a52c488f35b3270898d7 (patch) | |
tree | 4ba7ead213a7077d0554856a10dc8f807e18fc5e /configure.ac | |
parent | bb574c97d5bbd6fd3cc0abf16ffaaee15145c143 (diff) | |
download | gsoc2013-evolution-aeb15ac4b5d17797cfe7a52c488f35b3270898d7.tar.gz gsoc2013-evolution-aeb15ac4b5d17797cfe7a52c488f35b3270898d7.tar.zst gsoc2013-evolution-aeb15ac4b5d17797cfe7a52c488f35b3270898d7.zip |
look for gtkhtml-editor-3.14 while using gtk2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fafc49d92e..cf9595eaff 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ else GTKHTML="libgtkhtml-3.14" libgtkhtml_minimum_version="3.31.2" - GTKHTML_EDITOR="gtkhtml-editor-4.0" + GTKHTML_EDITOR="gtkhtml-editor-3.14" fi AC_SUBST(GTKHTML_EDITOR) |