aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRadek Doulik <rodo@helixcode.com>2000-12-08 04:18:31 +0800
committerRadek Doulik <rodo@src.gnome.org>2000-12-08 04:18:31 +0800
commit9d8e2d650430889cbc3efd680f699c922ca1db4c (patch)
treeaa2ffcbd97a6955e5eadc6506da9189f40344757 /configure.in
parentd27df3325db78e9fdea57a3f0b1aa9be7032c4af (diff)
downloadgsoc2013-evolution-9d8e2d650430889cbc3efd680f699c922ca1db4c.tar
gsoc2013-evolution-9d8e2d650430889cbc3efd680f699c922ca1db4c.tar.gz
gsoc2013-evolution-9d8e2d650430889cbc3efd680f699c922ca1db4c.tar.bz2
gsoc2013-evolution-9d8e2d650430889cbc3efd680f699c922ca1db4c.tar.lz
gsoc2013-evolution-9d8e2d650430889cbc3efd680f699c922ca1db4c.tar.xz
gsoc2013-evolution-9d8e2d650430889cbc3efd680f699c922ca1db4c.tar.zst
gsoc2013-evolution-9d8e2d650430889cbc3efd680f699c922ca1db4c.zip
renamed HTMLEditor.idl to Editor.idl
2000-12-07 Radek Doulik <rodo@helixcode.com> * configure.in (GTKHTML_LIBS): renamed HTMLEditor.idl to Editor.idl svn path=/trunk/; revision=6842
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 4a9b0f5ea8..2e75be008c 100644
--- a/configure.in
+++ b/configure.in
@@ -383,16 +383,16 @@ if test x${prefix} = xNONE; then
else
html_prefix=$prefix
fi
-AC_MSG_CHECKING(for HTMLEditor.idl in `gnome-config --datadir`/gtkhtml or ${html_prefix}/share/gtkhtml)
-if test -f `gnome-config --datadir`/gtkhtml/HTMLEditor.idl; then
- GTK_HTML_EDITOR_IDL=`gnome-config --datadir`/gtkhtml/HTMLEditor.idl
+AC_MSG_CHECKING(for Editor.idl in `gnome-config --datadir`/gtkhtml or ${html_prefix}/share/gtkhtml)
+if test -f `gnome-config --datadir`/gtkhtml/Editor.idl; then
+ GTK_HTML_EDITOR_IDL=`gnome-config --datadir`/gtkhtml/Editor.idl
AC_MSG_RESULT(found)
else
- if test -f ${html_prefix}/share/gtkhtml/HTMLEditor.idl; then
- GTK_HTML_EDITOR_IDL=${html_prefix}/share/gtkhtml/HTMLEditor.idl
+ if test -f ${html_prefix}/share/gtkhtml/Editor.idl; then
+ GTK_HTML_EDITOR_IDL=${html_prefix}/share/gtkhtml/Editor.idl
AC_MSG_RESULT(found)
else
- AC_MSG_ERROR(HTMLEditor.idl is required to compile Evolution composer, it's included in GtkHTML
+ AC_MSG_ERROR(Editor.idl is required to compile Evolution composer, it's included in GtkHTML
You need GtkHTML build with html-editor-control)
fi
fi