X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=3df3d8b55c795e04fef200f0bff3b52aa9826d48;hp=04f23d1e1b44db4f6ade5b1682d6f05bc99d82cc;hb=a7ce7b4a580d77b6c2c4d980812beb589aa4c643;hpb=e68b1fb49f49b3f68b7a1a5eeb449b2c26b196a8 diff --git a/configure.ac b/configure.ac index 04f23d1..3df3d8b 100644 --- a/configure.ac +++ b/configure.ac @@ -46,17 +46,6 @@ if test x"$enable_nmh_debug" = x"yes"; then enable_debug=yes fi -dnl Do you want mhe support? -AC_ARG_ENABLE(mhe, - AS_HELP_STRING([--disable-mhe],[disable mhe support])) - -dnl mhe support is on by default, so define it unless --disable-mhe or the -dnl deprecated, undocumented --disable-nmh-mhe are specified. -if test x"$enable_mhe" != x"no" -a x"$enable_nmh_mhe" != x"no"; then - AC_DEFINE(MHE, 1, - [Define to compile in support for the Emacs front-end mh-e.])dnl -fi - dnl Do you want to disable use of locale functions AH_TEMPLATE([LOCALE], [Undefine if you don't want locale features. By default this is defined.])