aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-08 15:28:30 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-08 15:28:30 +0800
commit9e31d0070e39d8d85667dc6f882392214518df7b (patch)
tree6007f8120a9cb9dbf65ce832463360e0b4893193 /configure.in
parent94c61bbfadcc832956c77837d2d1524482484715 (diff)
downloadgsoc2013-evolution-9e31d0070e39d8d85667dc6f882392214518df7b.tar
gsoc2013-evolution-9e31d0070e39d8d85667dc6f882392214518df7b.tar.gz
gsoc2013-evolution-9e31d0070e39d8d85667dc6f882392214518df7b.tar.bz2
gsoc2013-evolution-9e31d0070e39d8d85667dc6f882392214518df7b.tar.lz
gsoc2013-evolution-9e31d0070e39d8d85667dc6f882392214518df7b.tar.xz
gsoc2013-evolution-9e31d0070e39d8d85667dc6f882392214518df7b.tar.zst
gsoc2013-evolution-9e31d0070e39d8d85667dc6f882392214518df7b.zip
Added composer/Makefile & gtkhtml-3.0 deps.
2002-11-08 Not Zed <NotZed@Ximian.com> * configure.in: Added composer/Makefile & gtkhtml-3.0 deps. svn path=/trunk/; revision=18662
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 f093c9de7e..b592180b01 100644
--- a/configure.in
+++ b/configure.in
@@ -563,11 +563,11 @@ dnl Libraries
dnl *********
dnl EVO_CHECK_LIB(GAL, gal, 0.21)
-dnl PKG_CHECK_MODULES(GTKHTML, gtkhtml-1.1 >= 1.1.4)
-dnl AC_SUBST(GTKHTML_CFLAGS)
-dnl AC_SUBST(GTKHTML_LIBS)
-dnl GTKHTML_DATADIR=`$PKG_CONFIG --variable gtkhtml_datadir gtkhtml-1.1`
-dnl AC_SUBST(GTKHTML_DATADIR)
+PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.0)
+AC_SUBST(GTKHTML_CFLAGS)
+AC_SUBST(GTKHTML_LIBS)
+GTKHTML_DATADIR=`$PKG_CONFIG --variable gtkhtml_datadir libgtkhtml-3.0`
+AC_SUBST(GTKHTML_DATADIR)
dnl PKG_CHECK_MODULES(SOUP, soup-2.0)
dnl (from the libsoup module in GNOME CVS)
@@ -1316,7 +1316,7 @@ calendar/gui/Makefile
calendar/gui/alarm-notify/Makefile
calendar/gui/dialogs/Makefile
calendar/importers/Makefile
-
+composer/Makefile
my-evolution/GNOME_Evolution_Summary.server.in
])