Guest User

Untitled

a guest
Oct 17th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. diff --git a/configure.ac b/configure.ac
  2. index b3b8d869..12a04879 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -82,7 +82,7 @@ AS_IF([test "x$enable_mu4e" != "xno"], [
  6. emacs_version="`$EMACS --version | head -1`"
  7. lispdir="${lispdir}/mu4e/"
  8. ])
  9. - AS_CASE([$emacs_version],[*23*|*24*|*25*|*26*],[build_mu4e=yes],
  10. + AS_CASE([$emacs_version],[*23*|*24*|*25*|*26*|*27*],[build_mu4e=yes],
  11. [AC_WARN([emacs is too old to build mu4e (need emacs >= 23.x)])])
  12. ])
  13. AM_CONDITIONAL(BUILD_MU4E, test "x$build_mu4e" = "xyes")
Add Comment
Please, Sign In to add comment