aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0c47e846e..c1fde852d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-30 Veerapuram Varadhan <vvaradhan@novell.com>
+
+ * configure.in: Fix build break due to tnef-attachment plugin
+ check - Do not use variable in $all_plugins_experimental.
+
2007-07-30 Chenthill Palanisamy <pchenthill@novell.com>
* configure.in: Fixed a build break due totypo error
diff --git a/configure.in b/configure.in
index 95793031b8..6dda1643d9 100644
--- a/configure.in
+++ b/configure.in
@@ -1592,7 +1592,7 @@ all_plugins_standard="$plugins_standard"
plugins_experimental_always="backup-restore folder-unsubscribe mail-to-meeting mail-remote save-attachments"
plugins_experimental="$plugins_experimental_always $IPOD_SYNC $TNEF_ATTACHMENTS"
-all_plugins_experimental="$plugins_experimental_always ipod-sync $TNEF_ATTACHMENTS"
+all_plugins_experimental="$plugins_experimental_always ipod-sync tnef-attachments"
case x"$enable_plugins" in
xno)