From 5ae0eec31487c832f8c800d718bbd16aa83f3687 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 30 Jul 2007 12:02:48 +0000 Subject: Fixes a typo err which caused a build break. svn path=/trunk/; revision=33902 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2ac607c1ff..95793031b8 100644 --- a/configure.in +++ b/configure.in @@ -1674,7 +1674,7 @@ if echo ${plugins_enabled} | grep "new-mail-notify" > /dev/null ; then fi if echo ${plugins_enabled} | grep "exchange-operations" > /dev/null ; then - PKG_CHECK_MODULES(LIBEXCHANGESTORAGE, libexchange-storare-$EDS_PACKAGE >= eds_minimum_version, have_libexchange="yes", have_libexchange="no") + PKG_CHECK_MODULES(LIBEXCHANGESTORAGE, libexchange-storage-$EDS_PACKAGE >= eds_minimum_version, have_libexchange="yes", have_libexchange="no") if test "x$have_libexchange" = "xyes"; then dnl ************************************************** dnl * Exchange Operations plugin -- cgit