GHA/macos: disable AppleIDN for autotools in combinations jobs

Without libidn2, AppleIDN gets enabled by default in autotools.

To remain minimal and match cmake.

Follow-up to 8de8fe8c98 #14401
This commit is contained in:
Viktor Szakats 2024-08-13 13:28:48 +02:00
parent 0c4f05c6ee
commit d76389d82f
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -585,7 +585,7 @@ jobs:
mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \
--disable-dependency-tracking \
--disable-docs --disable-manual \
--without-nghttp2 --without-libidn2 \
--without-nghttp2 --without-libidn2 --without-apple-idn \
--without-libpsl \
${options}
else