mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05: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"
|
SUPPORT_FEATURES="$SUPPORT_FEATURES IPv6"
|
||||||
fi
|
fi
|
||||||
if test "x$USE_UNIX_SOCKETS" = "x1"; then
|
if test "x$USE_UNIX_SOCKETS" = "x1"; then
|
||||||
SUPPORT_FEATURES="$SUPPORT_FEATURES unix-sockets"
|
SUPPORT_FEATURES="$SUPPORT_FEATURES UNIX-Sockets"
|
||||||
fi
|
fi
|
||||||
if test "x$HAVE_LIBZ" = "x1"; then
|
if test "x$HAVE_LIBZ" = "x1"; then
|
||||||
SUPPORT_FEATURES="$SUPPORT_FEATURES libz"
|
SUPPORT_FEATURES="$SUPPORT_FEATURES libz"
|
||||||
|
Loading…
Reference in New Issue
Block a user