aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-30 20:02:48 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-30 20:02:48 +0800
commit5ae0eec31487c832f8c800d718bbd16aa83f3687 (patch)
tree5d202847b892c692bb5f0e12d4c6cb84fc1d2b5c
parentc3b14305d707cbb1ca743ebd7353afcaa9fb5358 (diff)
downloadgsoc2013-evolution-5ae0eec31487c832f8c800d718bbd16aa83f3687.tar
gsoc2013-evolution-5ae0eec31487c832f8c800d718bbd16aa83f3687.tar.gz
gsoc2013-evolution-5ae0eec31487c832f8c800d718bbd16aa83f3687.tar.bz2
gsoc2013-evolution-5ae0eec31487c832f8c800d718bbd16aa83f3687.tar.lz
gsoc2013-evolution-5ae0eec31487c832f8c800d718bbd16aa83f3687.tar.xz
gsoc2013-evolution-5ae0eec31487c832f8c800d718bbd16aa83f3687.tar.zst
gsoc2013-evolution-5ae0eec31487c832f8c800d718bbd16aa83f3687.zip
Fixes a typo err which caused a build break.
svn path=/trunk/; revision=33902
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6fd145543..d0c47e846e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-30 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * configure.in: Fixed a build break due totypo error
+ in string libexchange-storage.
+
2007-07-28 Hiroyuki Ikezoe <poincare@ikezoe.net>
* configure.in: Enable configure option for support
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