Created
October 17, 2017 04:53
-
-
Save jboyens/825a0e3c52e0f5c3a9dae33389baa873 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure.ac b/configure.ac | |
index b3b8d869..12a04879 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -82,7 +82,7 @@ AS_IF([test "x$enable_mu4e" != "xno"], [ | |
emacs_version="`$EMACS --version | head -1`" | |
lispdir="${lispdir}/mu4e/" | |
]) | |
- AS_CASE([$emacs_version],[*23*|*24*|*25*|*26*],[build_mu4e=yes], | |
+ AS_CASE([$emacs_version],[*23*|*24*|*25*|*26*|*27*],[build_mu4e=yes], | |
[AC_WARN([emacs is too old to build mu4e (need emacs >= 23.x)])]) | |
]) | |
AM_CONDITIONAL(BUILD_MU4E, test "x$build_mu4e" = "xyes") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment