From d327be4e227c2918b6f6e262d8d7636835abaa5d Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Tue, 1 Jan 2013 01:00:03 -0500 Subject: [PATCH 1/1] Finally deprecate --enable-nmh-debug --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1fe60fb6..11db054e 100644 --- a/configure.ac +++ b/configure.ac @@ -27,8 +27,6 @@ dnl -------------------------- dnl Do you want to debug nmh? AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug],[enable nmh code debugging])) -dnl The old redundant --enable-nmh-debug is deprecated and undocumented. -AS_IF([test x"$enable_nmh_debug" = x"yes"], [enable_debug=yes]) dnl Do you want to disable use of locale functions AH_TEMPLATE([LOCALE], -- 2.48.1