X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.in;h=45389fa0c699fd83963ce6c689cfaa904f773248;hp=6b42629649d07d7200d34992826d656990c67faa;hb=420f3633557ed75a0de989eb065af6e09eed29ba;hpb=f76222952c4c3bac35d370ed65ec43f9fdec2d57 diff --git a/configure.in b/configure.in index 6b42629..45389fa 100644 --- a/configure.in +++ b/configure.in @@ -264,7 +264,7 @@ AC_CHECK_HEADERS(stdarg.h sys/ioctl.h ioctl.h sysexits.h) AC_CHECK_HEADERS(sys/time.h sys/resource.h) AC_CHECK_HEADERS(unix.h) -AC_CHECK_FUNCS(setrlimit getsid) +AC_CHECK_FUNCS(setrlimit getsid isctype) AC_TYPE_SIGNAL @@ -754,6 +754,11 @@ AC_ARG_ENABLE(mailtool, [ --enable-mailtool Enable Sun mailtool attach AC_DEFINE(SUN_ATTACHMENT,1,[ Define to enable Sun mailtool attachments support. ]) fi]) +AC_ARG_ENABLE(compressed, [ --enable-compressed Enable compressed folders support ], + [if test x$enableval = xyes; then + AC_DEFINE(USE_COMPRESSED) + fi]) + AC_ARG_ENABLE(locales-fix, [ --enable-locales-fix The result of isprint() is unreliable ], [if test x$enableval = xyes; then AC_DEFINE(LOCALES_HACK,1,[ Define if the result of isprint() is unreliable. ])