From f8f51b3a5d372ba3f3cf1efa6d94365a8de34c11 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 25 May 2009 22:04:46 +0000 Subject: 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 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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], -- cgit v1.2.3