SOUP stuff

svn path=/trunk/; revision=15343
This commit is contained in:
Iain Holmes 2002-01-16 17:55:48 +00:00
parent ac62bd1485
commit 95de7c6dc8
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2002-01-15 Iain Holmes <iain@ximian.com>
* configure.in: Add a check for libsoup. Define SOUP_CFLAGS and
SOUP_LIBS
* README: Update to include the SOUP dependancy.
2002-01-04 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added "eu" to ALL_LINGUAS

2
README
View File

@ -143,6 +143,8 @@ and -devel packages for each library.
- gtkhtml - later than 0.16.1
- SOUP: later than 0.6.99
Other non-GNOME Dependencies:
- Berkeley's libdb - 3.1.17

View File

@ -581,6 +581,7 @@ EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11)
EVO_CHECK_LIB(GAL, gal, 0.18.1)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0)
EVO_CHECK_LIB(Libsoup, soup, 0.6)
dnl *************************
dnl CFLAGS and LIBS and stuff
@ -656,6 +657,11 @@ MAILER_LIBS="`gnome-config --libs gtkhtml libglade gdk_pixbuf gnomecanvaspixbuf
AC_SUBST(MAILER_CFLAGS)
AC_SUBST(MAILER_LIBS)
SOUP_CFLAGS="`gnome-config --cflags soup`"
SOUP_LIBS="`gnome-config --libs soup`"
AC_SUBST(SOUP_CFLAGS)
AC_SUBST(SOUP_LIBS)
dnl ******************************
dnl Pilot checking
dnl ******************************