X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure;h=b179e111ad5e4e5b67f598724fe37b6bcdf09dca;hp=0b9c22e22ea1d53f7e9c96516d913d5c7f9e683f;hb=965359abcb72a89dbf0eb0522b90cb812fcd15a9;hpb=cfd46a622a446af8a5fa286637cd88259f1b50a5 diff --git a/configure b/configure index 0b9c22e..b179e11 100755 --- a/configure +++ b/configure @@ -863,6 +863,7 @@ Optional Features: --enable-nfs-fix Work around an NFS with broken attributes caching --enable-buffy-size Use file size attribute instead of access time --enable-mailtool Enable Sun mailtool attachments support + --enable-compressed Enable compressed folders support --enable-locales-fix The result of isprint() is unreliable --enable-exact-address Enable regeneration of email addresses --disable-iconv Disable iconv support @@ -1584,7 +1585,7 @@ fi # Define the identity of the package. - PACKAGE=mutt + PACKAGE=muttng VERSION=$mutt_cv_version @@ -11390,6 +11391,17 @@ _ACEOF fi fi; +# Check whether --enable-compressed or --disable-compressed was given. +if test "${enable_compressed+set}" = set; then + enableval="$enable_compressed" + if test x$enableval = xyes; then + cat >>confdefs.h <<\_ACEOF +#define USE_COMPRESSED 1 +_ACEOF + + fi +fi; + # Check whether --enable-locales-fix or --disable-locales-fix was given. if test "${enable_locales_fix+set}" = set; then enableval="$enable_locales_fix"