[vlc-commits] configure: do not use wordexp on iOS/tvOS

Marvin Scholz git at videolan.org
Wed Dec 9 18:23:03 UTC 2020


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Dec  2 14:17:20 2020 +0100| [2dacb39432ad416f8a4adf4f7dfcbd900758019c] | committer: Marvin Scholz

configure: do not use wordexp on iOS/tvOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2dacb39432ad416f8a4adf4f7dfcbd900758019c
---

 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e67bb7e296..2b4e5741ef 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,



More information about the vlc-commits mailing list