summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-23 22:12:05 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-23 22:12:05 +0000
commit1079a1899971cb5815154dc9594b52f1ad09a30e (patch)
tree33d038dab2b7a8fba8968af05072725d393ea91f /configure.in
parent98dac5cb19fb7264e220db9782755ee3688b498e (diff)
Fix charmaps part of the build process.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index daff9ea7..12545542 100644
--- a/configure.in
+++ b/configure.in
@@ -397,13 +397,6 @@ else
AC_MSG_RESULT(yes)
fi
-if test \( "$mutt_cv_fake_charmaps" = "yes" \) -a \( ! -d $srcdir/charmaps \); then
- echo "Creating fake charmaps subdirectory." >&AC_FD_MSG
- mkdir $srcdir/charmaps
- touch $srcdir/charmaps/Makefile.in
-fi
-
-
AC_DEFINE_UNQUOTED(CHARMAPS_DIR, "$mutt_cv_charmaps")
charmaps=$mutt_cv_charmaps
AC_SUBST(charmaps)