emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android b931a92ac4f 3/4: ; * configure.ac: Fix typo.


From: Po Lu
Subject: feature/android b931a92ac4f 3/4: ; * configure.ac: Fix typo.
Date: Sat, 11 Mar 2023 06:01:58 -0500 (EST)

branch: feature/android
commit b931a92ac4fddc745ac8fa8f07899568b012117f
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]