aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-05-25 22:04:46 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-05-25 22:04:46 +0000
commitf8f51b3a5d372ba3f3cf1efa6d94365a8de34c11 (patch)
treefad540f542d4dcf003ac9d08a5b0450001fce608 /configure.ac
parente9792090c892be910c634803b2a3839e061cf4e4 (diff)
downloadfetchmail-f8f51b3a5d372ba3f3cf1efa6d94365a8de34c11.tar.gz
fetchmail-f8f51b3a5d372ba3f3cf1efa6d94365a8de34c11.tar.bz2
fetchmail-f8f51b3a5d372ba3f3cf1efa6d94365a8de34c11.zip
Add two AC_CACHE_SAVE macros to speed up re-configuring.
This is useful after installing missing -dev[el] packages. svn path=/branches/BRANCH_6-3/; revision=5342
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d79d496d..497e7688 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,8 @@ rhapsody*)
;;
esac
+AC_CACHE_SAVE
+
dnl i18n
AM_GNU_GETTEXT([external], [need-ngettext])
AM_GNU_GETTEXT_VERSION([0.14.6])
@@ -432,6 +434,8 @@ if test "$with_POP3" != yes && test "$with_POP2" != yes \
AC_MSG_ERROR([You must enable at least one of POP2, POP3 and IMAP.])
fi
+AC_CACHE_SAVE
+
### use option --enable-opie to compile in the OPIE support
AC_ARG_ENABLE(opie,
[ --enable-opie support OTP through the OPIE library],