<html><head></head><body>Hi,<br><br>Is that not usually put in the shell script so that it works on all configure scripts?<br><br>And why is this needed anyway in this specific case?<br><br><div class="gmail_quote">Le 2 décembre 2020 16:13:14 GMT+02:00, Marvin Scholz <epirat07@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><hr> configure.ac | 3 ++-<br> 1 file changed, 2 insertions(+), 1 deletion(-)<br><br>diff --git a/configure.ac b/configure.ac<br>index e67bb7e2966..2b4e5741ef3 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -213,7 +213,8 @@ case "${host_os}" in<br>              #if TARGET_OS_IPHONE<br>              yes<br>              #endif],<br>-             [HAVE_IOS="1"],<br>+             [HAVE_IOS="1"<br>+             ac_cv_func_wordexp=no],<br>              [HAVE_OSX="1"])<br> <br>     AC_EGREP_CPP(yes,</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>