mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
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:
committed by
Daniel Stenberg
parent
5256ce229e
commit
63b7d8b8f4
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user