]> git.wh0rd.org Git - nano.git/commitdiff
Stopping --with-slang from duplicating --enable-tiny.
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 3 Apr 2014 19:35:42 +0000 (19:35 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Thu, 3 Apr 2014 19:35:42 +0000 (19:35 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4710 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure.ac

index 74f9be4e74fa0d5f4464a4c468880bfa3a0d457f..501bb8c11910b524bc63ca2a60061ba9e71f6fec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2014-04-03  Benno Schulenberg  <bensberg@justemail.net>
        * configure.ac: Remove unused '*_support' variables.
        * doc/syntax/po.nanorc: New file, syntax colouring for PO files.
+       * configure.ac: Stop --with-slang from duplicating --enable-tiny.
 
 2014-04-02  Benno Schulenberg  <bensberg@justemail.net>
        * configure.ac, doc/Makefile.am: Try to build the info documentation
index 552251adf6efde2514197596f9e73e46727e2243..99c8c52951e9f54b291be7793eb8ea06a0cc64f6 100644 (file)
@@ -368,18 +368,6 @@ int main(void)
        ;;
     esac], [AC_MSG_RESULT(no)])
 
-if test x$CURSES_LIB_NAME = xslang; then
-    AC_DEFINE(NANO_TINY, 1, [Define this to make the nano executable as small as possible.])
-    AC_DEFINE(DISABLE_BROWSER, 1, [Define this to disable the built-in file browser.])
-    AC_DEFINE(DISABLE_HELP, 1, [Define this to disable the help text display.])
-    AC_DEFINE(DISABLE_JUSTIFY, 1, [Define this to disable the justify routines.])
-    AC_DEFINE(DISABLE_MOUSE, 1, [Define this to disable the mouse support.])
-    AC_DEFINE(DISABLE_OPERATINGDIR, 1, [Define this to disable the setting of the operating directory (chroot of sorts).])
-    AC_DEFINE(DISABLE_SPELLER, 1, [Define this to disable the spell checker functions.])
-    AC_DEFINE(DISABLE_TABCOMP, 1, [Define this to disable the tab completion functions for files and search strings.])
-    AC_DEFINE(DISABLE_WRAPPING, 1, [Define this to disable all text wrapping.])
-fi
-
 AM_CONDITIONAL(USE_COLOR, test x$color_support = xyes)
 AM_CONDITIONAL(USE_NANORC, test x$nanorc_support = xyes)