[vlc-devel] [PATCH] configure: do not use wordexp on iOS/tvOS
Rémi Denis-Courmont
remi at remlab.net
Thu Dec 3 12:15:12 CET 2020
Hi,
Is that not usually put in the shell script so that it works on all configure scripts?
And why is this needed anyway in this specific case?
Le 2 décembre 2020 16:13:14 GMT+02:00, Marvin Scholz <epirat07 at gmail.com> a écrit :
>---
> configure.ac | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>diff --git a/configure.ac b/configure.ac
>index e67bb7e2966..2b4e5741ef3 100644
>--- a/configure.ac
>+++ b/configure.ac
>@@ -213,7 +213,8 @@ case "${host_os}" in
> #if TARGET_OS_IPHONE
> yes
> #endif],
>- [HAVE_IOS="1"],
>+ [HAVE_IOS="1"
>+ ac_cv_func_wordexp=no],
> [HAVE_OSX="1"])
>
> AC_EGREP_CPP(yes,
>--
>2.24.3 (Apple Git-128)
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20201203/7dce651e/attachment.html>
More information about the vlc-devel
mailing list