changeset 1966:e5dc3c88292c

Give a warning about the imminent death of the old plugin. 2010-07-26 Andrew John Hughes <ahughes@redhat.com> * acinclude.m4: Give a warning about the imminent death of the old plugin.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 26 Jul 2010 23:28:16 +0100
parents c0a3d1ecb3ae
children caae3106585d
files ChangeLog acinclude.m4
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jul 26 23:18:42 2010 +0100
+++ b/ChangeLog	Mon Jul 26 23:28:16 2010 +0100
@@ -1,3 +1,8 @@
+2010-07-26  Andrew John Hughes  <ahughes@redhat.com>
+
+	* acinclude.m4: Give a warning about the
+	imminent death of the old plugin.
+
 2010-07-26  Andrew John Hughes  <ahughes@redhat.com>
 
 	* INSTALL: Update plugin documentation.
--- a/acinclude.m4	Mon Jul 26 23:18:42 2010 +0100
+++ b/acinclude.m4	Mon Jul 26 23:28:16 2010 +0100
@@ -1260,12 +1260,13 @@
 
 AC_DEFUN_ONCE([IT_CHECK_OLD_PLUGIN],
 [
-AC_MSG_CHECKING([whether to build the browser plugin])
+AC_MSG_CHECKING([whether to build the old browser plugin])
 AC_ARG_ENABLE([plugin],
               [AS_HELP_STRING([--enable-plugin],
                               [Enable compilation of the old browser plugin])],
               [enable_plugin="${enableval}"], [enable_plugin="no"])
 AC_MSG_RESULT(${enable_plugin})
+AC_MSG_WARN([The old plugin is no longer maintained and will be removed in 1.7.5.])
 ])
 
 AC_DEFUN_ONCE([IT_CHECK_NEW_PLUGIN],