]> granicus.if.org Git - mutt/commitdiff
Fix charmap configuration. This was broken in configure.in,v 2.54.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 21 Mar 2000 22:01:42 +0000 (22:01 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 21 Mar 2000 22:01:42 +0000 (22:01 +0000)
configure.in

index 694b799ea8976f0d58c3669eab971f70038dd02c..90113cee640b65c936f6f9be09b337e2e28b0ff2 100644 (file)
@@ -383,10 +383,7 @@ mutt_cv_charmaps=/usr/share/i18n/charmaps
 AC_ARG_WITH(charmaps, [  --with-charmaps=PATH       Where to find character set definitions],
        [if test x$withval != x -a $withval != yes ; then
                mutt_cv_charmaps=$withval
-       fi],
-        [mutt_cv_charmaps=no])
-
-mutt_cv_fake_charmaps=yes
+       fi])
 
 AC_MSG_CHECKING(whether character set definitions are desired and usable)
 if test ! -f $mutt_cv_charmaps/ISO_10646 ; then
@@ -396,7 +393,6 @@ if test ! -f $mutt_cv_charmaps/ISO_10646 ; then
        if test \( -d $srcdir/charmaps \) -a \( -d $srcdir/charmaps/maps \) ; then
                echo "We will install the included character set definitions." >&AC_FD_MSG
                mutt_cv_add_subdirs="charmaps"
-               mutt_cv_fake_charmaps=no
        else
                mutt_cv_add_subdirs=""
                echo "If you want character set support, read INSTALL". >& AC_FD_MSG