diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-11-08 06:13:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-11-08 06:13:04 +0800 |
commit | 9973f33cc28997392ca5e06212d3d0c764332794 (patch) | |
tree | cd677636ca53aeaf1b33b9408bb65f54556a8495 | |
parent | 146f0954fcbad833850324187db8841f8e846606 (diff) | |
download | gsoc2013-evolution-9973f33cc28997392ca5e06212d3d0c764332794.tar gsoc2013-evolution-9973f33cc28997392ca5e06212d3d0c764332794.tar.gz gsoc2013-evolution-9973f33cc28997392ca5e06212d3d0c764332794.tar.bz2 gsoc2013-evolution-9973f33cc28997392ca5e06212d3d0c764332794.tar.lz gsoc2013-evolution-9973f33cc28997392ca5e06212d3d0c764332794.tar.xz gsoc2013-evolution-9973f33cc28997392ca5e06212d3d0c764332794.tar.zst gsoc2013-evolution-9973f33cc28997392ca5e06212d3d0c764332794.zip |
camel needs gal-2.0 too
svn path=/trunk/; revision=18644
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1a919eb472..f25a0d1547 100644 --- a/configure.in +++ b/configure.in @@ -1044,7 +1044,7 @@ AC_SUBST(GNOME_FULL_LIBS) dnl --- Flags for the various libraries we build -EVO_SET_COMPILE_FLAGS(CAMEL, glib-2.0, +EVO_SET_COMPILE_FLAGS(CAMEL, glib-2.0 gal-2.0, $THREADS_CFLAGS $KRB4_CFLAGS $NSS_CFLAGS $NSPR_CFLAGS $OPENSSL_CFLAGS, $THREADS_LIBS $KRB4_LDFLAGS $NSS_LDFLAGS $NSPR_LDFLAGS $OPENSSL_LDFLAGS) AC_SUBST(CAMEL_CFLAGS) |