Skip to content

Instantly share code, notes, and snippets.

@jboyens
Created October 17, 2017 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jboyens/825a0e3c52e0f5c3a9dae33389baa873 to your computer and use it in GitHub Desktop.
Save jboyens/825a0e3c52e0f5c3a9dae33389baa873 to your computer and use it in GitHub Desktop.
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