change the commented-out soup check to refer to the new soup 2.0 in the

* configure.in: change the commented-out soup check to refer to
	the new soup 2.0 in the libsoup module

svn path=/trunk/; revision=18559
This commit is contained in:
Dan Winship
2002-11-05 19:51:39 +00:00
parent c11529e9e3
commit 9ec505a6ca
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-05 Dan Winship <danw@ximian.com>
* configure.in: change the commented-out soup check to refer to
the new soup 2.0 in the libsoup module
2002-11-05 Rodrigo Moya <rodrigo@ximian.com>
* configure.in: use correct libgtkhtml-3.0 for calendar and added

View File

@ -569,7 +569,8 @@ dnl AC_SUBST(GTKHTML_LIBS)
dnl GTKHTML_DATADIR=`$PKG_CONFIG --variable gtkhtml_datadir gtkhtml-1.1`
dnl AC_SUBST(GTKHTML_DATADIR)
dnl EVO_CHECK_LIB(Libsoup, soup, 0.7)
dnl PKG_CHECK_MODULES(SOUP, soup-2.0)
dnl (from the libsoup module in GNOME CVS)
dnl AM_PATH_GCONF(1.0,,,gconf gconf-gtk)
dnl if test "x$GCONF_CFLAGS" = "x" ; then