diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-11-30 17:45:39 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-11-30 17:45:39 +0800 |
commit | e3561c50baeaf9d7f24892c3e72cd46eab91d111 (patch) | |
tree | 2311d363d85bfd0d242cdb2dec97a5fdac1ed8f4 /configure.ac | |
parent | 0b1658ed7a215dad8295b02a30d5220011e199f1 (diff) | |
download | gsoc2013-evolution-e3561c50baeaf9d7f24892c3e72cd46eab91d111.tar.gz gsoc2013-evolution-e3561c50baeaf9d7f24892c3e72cd46eab91d111.tar.zst gsoc2013-evolution-e3561c50baeaf9d7f24892c3e72cd46eab91d111.zip |
Fixes a build break.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5a3edfd62f..a00437d742 100644 --- a/configure.ac +++ b/configure.ac @@ -1225,7 +1225,7 @@ AM_CONDITIONAL([NM_SUPPORT], [test "$NM_SUPPORT" = yes]) dnl ****************************** dnl Camel Flags dnl ****************************** -EVO_SET_COMPILE_FLAGS(CAMEL, camel-provider-$EDS_PACKAGE) +EVO_SET_COMPILE_FLAGS(CAMEL, camel-provider-$EDS_PACKAGE, $MANUAL_NSS_CFLAGS, MOZILLA_NSS_CFLAGS) AC_SUBST(CAMEL_CFLAGS) AC_SUBST(CAMEL_LIBS) |