diff options
-rw-r--r-- | configure.ac | 4 |
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], |