]> git.wh0rd.org Git - nano.git/commitdiff
in configure.ac, remove the other old warning about color support
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 Apr 2006 13:27:20 +0000 (13:27 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 Apr 2006 13:27:20 +0000 (13:27 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3448 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure.ac

index 54fbc76cd1e41a06d9c8fe51963569046766b46d..f9799a41d053317b764615a23e6abc93ac1a7fc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -168,7 +168,7 @@ CVS code -
        - Change all rcfile error messages to refer to commands instead
          of directives, for consistency with nanorc.5. (DLR)
 - configure.ac:
-       - Remove old warning about color support. (DLR)
+       - Remove old warnings about color support. (DLR)
 - doc/nano.1, doc/nanorc.5, doc/rnano.1, doc/nano.texi:
        - Update the copyright years to include 2006. (DLR)
        - Explicitly mention that all regexes should be extended regular
index f307e25198e7119c20e552377d951128dc7e4c78..4bcdb05712028c6e65c0df767f7287c2ca04995c 100644 (file)
@@ -178,12 +178,6 @@ AC_ARG_ENABLE(all,
     AC_DEFINE(ENABLE_COLOR, 1, [Define this to have syntax highlighting, requires regex.h and ENABLE_NANORC too!]) color_support=yes
     AC_DEFINE(ENABLE_MULTIBUFFER, 1, [Define this to enable multiple file buffers.]) multibuffer_support=yes
     AC_DEFINE(NANO_EXTRA, 1, [Define this to enable the extra stuff.]) extra_support=yes
-    AC_MSG_WARN([
-***********************************************************************
-*** WARNING: Color support is far from perfect, but functional.     ***
-*** Be careful with syntax in your .nanorc or nano may malfunction. ***
-***********************************************************************
-    ])
 fi])
 
 AC_MSG_CHECKING([whether to enable UTF-8 support])