From 18eb9010af82404ced0981614fdf78edd2b60d27 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 30 Nov 2009 15:45:38 +0530 Subject: Fixed a typo. my bad. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a00437d742..65869fa9e2 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, $MANUAL_NSS_CFLAGS, MOZILLA_NSS_CFLAGS) +EVO_SET_COMPILE_FLAGS(CAMEL, camel-provider-$EDS_PACKAGE, $MANUAL_NSS_CFLAGS, $MOZILLA_NSS_CFLAGS) AC_SUBST(CAMEL_CFLAGS) AC_SUBST(CAMEL_LIBS) -- cgit