]> git.eshelyaron.com Git - emacs.git/commitdiff
; * configure.ac: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sat, 11 Mar 2023 09:43:15 +0000 (17:43 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 11 Mar 2023 09:43:15 +0000 (17:43 +0800)
configure.ac

index 74ff59c79e46998f0df99778083826122a0169f3..3eb57a089a0c2e56bcf3d748af5ed23a70847c3c 100644 (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.