bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#65190: 30.0.50; Emacs doesn't build with `--with-mailutils` by defau


From: Mou Tong
Subject: bug#65190: 30.0.50; Emacs doesn't build with `--with-mailutils` by default when mailutils is installed on macOS
Date: Thu, 10 Aug 2023 06:04:36 +0000

Ah, sorry.  I forgot to run `./autogen.sh` again to generate a new
`configure`.

After change `configure.ac` like you said before, and exec
`./autogen.sh` to generate a new `configure`. Running `./configure`
works as I expected.

Po Lu <luangruo@yahoo.com> writes:

> Does the problem resolve itself if you change:
>
>     [AS_IF([test "x$XCONFIGURE" != "xandroid" \
>             && test "$with_android" = "no"],
>       [(movemail --version) >/dev/null 2>&1 || with_mailutils=no],
>
>
> to read
>
>     [AS_IF([test "x$XCONFIGURE" != "xandroid"],
>       [(movemail --version) >/dev/null 2>&1 || with_mailutils=no],
>
> ?

This had solved the problem ;)


reply via email to

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