; * configure.ac: Fix typo.

This commit is contained in:
Po Lu 2023-03-11 17:43:15 +08:00
parent c4b77b82de
commit b931a92ac4

View file

@ -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.