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

Marvin Scholz epirat07 at gmail.com
Wed Dec 2 15:13:14 CET 2020


---
 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)



More information about the vlc-devel mailing list