autotools: make curl-config executable

This was already done when building using CMake:
fa9151b41a/CMakeLists.txt (L2391-L2394)

Closes #18433
This commit is contained in:
Yedaya Katsman
2025-08-29 17:09:00 +03:00
committed by Daniel Stenberg
parent 5256ce229e
commit 63b7d8b8f4

View File

@@ -5536,9 +5536,9 @@ AC_CONFIG_FILES([\
tests/http/Makefile \
packages/Makefile \
packages/vms/Makefile \
curl-config \
libcurl.pc
])
AC_CONFIG_FILES([curl-config], [chmod +x curl-config])
AC_OUTPUT
SUPPORT_PROTOCOLS_LOWER=`echo "$SUPPORT_PROTOCOLS" | tr A-Z a-z`