X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.ac;h=c61cb1fd7a4b36dc07e0cab9c737efae800e56da;hp=bbc3dd530e70e222b5774d99bb611a0770cae0fc;hb=4c99e2f0c403adb86af688ea982350de5bcc5edf;hpb=66e848d459c5aca5d17523959bcaed3e9fd7fe25 diff --git a/configure.ac b/configure.ac index bbc3dd5..c61cb1f 100644 --- a/configure.ac +++ b/configure.ac @@ -84,11 +84,6 @@ AC_ARG_ENABLE(gpgme, AC_HELP_STRING([--enable-gpgme], [Enable GPGME support]),[ AC_PATH_PROG(MIXMASTER, mixmaster, mixmaster) AC_DEFINE_UNQUOTED(MIXMASTER,"$MIXMASTER",[Where to find mixmaster on your system.]) -AC_PATH_PROG(ISPELL, ispell, no) -if test $ISPELL != no; then - AC_DEFINE_UNQUOTED(ISPELL,"$ISPELL",[Where to find ispell on your system.]) -fi - AC_ARG_WITH(slang, AC_HELP_STRING([--with-slang[=DIR]], [Use S-Lang instead of ncurses]), [AC_CACHE_CHECK([if this is a BSD system], mutt_cv_bsdish, [AC_TRY_RUN([#include