From b931a92ac4fddc745ac8fa8f07899568b012117f Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 11 Mar 2023 17:43:15 +0800 Subject: [PATCH] ; * configure.ac: Fix typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 74ff59c79e4..3eb57a089a0 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- 2.39.2