aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-11-06 03:51:39 +0800
committerDan Winship <danw@src.gnome.org>2002-11-06 03:51:39 +0800
commit9ec505a6cac24436b02eb21f200401acf84a7a91 (patch)
tree69aff766f2e610ee788a2a29720d3cc48a60e1b8 /configure.in
parentc11529e9e32dce3b5da6249d1aa9abfcb491e42b (diff)
downloadgsoc2013-evolution-9ec505a6cac24436b02eb21f200401acf84a7a91.tar
gsoc2013-evolution-9ec505a6cac24436b02eb21f200401acf84a7a91.tar.gz
gsoc2013-evolution-9ec505a6cac24436b02eb21f200401acf84a7a91.tar.bz2
gsoc2013-evolution-9ec505a6cac24436b02eb21f200401acf84a7a91.tar.lz
gsoc2013-evolution-9ec505a6cac24436b02eb21f200401acf84a7a91.tar.xz
gsoc2013-evolution-9ec505a6cac24436b02eb21f200401acf84a7a91.tar.zst
gsoc2013-evolution-9ec505a6cac24436b02eb21f200401acf84a7a91.zip
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 453927099f..39cab218dd 100644
--- a/configure.in
+++ b/configure.in
@@ -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