X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=configure;h=b179e111ad5e4e5b67f598724fe37b6bcdf09dca;hb=07232d8229d07417da518d8c68a80f5386905d8d;hp=3e7676a583494f4948d99362e53853f1318c3b51;hpb=f76222952c4c3bac35d370ed65ec43f9fdec2d57;p=apps%2Fmadmutt.git diff --git a/configure b/configure index 3e7676a..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 @@ -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"