mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * configure.ac: Fix typo.
This commit is contained in:
parent
c4b77b82de
commit
b931a92ac4
|
|
@ -317,7 +317,7 @@ AC_ARG_WITH([mailutils],
|
|||
installed])],
|
||||
[],
|
||||
[with_mailutils=$with_features
|
||||
AS_IF(["$with_mailutils" = yes],
|
||||
AS_IF([test "$with_mailutils" = yes],
|
||||
[AS_IF([test "x$XCONFIGURE" != "xandroid"],
|
||||
[(movemail --version) >/dev/null 2>&1 || with_mailutils=no],
|
||||
[dnl don't check for movemail if cross-compiling.
|
||||
|
|
|
|||
Loading…
Reference in a new issue