mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
configure: Use camel case for UNIX sockets feature output
To match the curl --version output.
This commit is contained in:
parent
7f99e12e98
commit
1ac4db23f7
@ -3391,7 +3391,7 @@ if test "x$IPV6_ENABLED" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES IPv6"
|
||||
fi
|
||||
if test "x$USE_UNIX_SOCKETS" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES unix-sockets"
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES UNIX-Sockets"
|
||||
fi
|
||||
if test "x$HAVE_LIBZ" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES libz"
|
||||
|
Loading…
Reference in New Issue
Block a user