configure: Use camel case for UNIX sockets feature output

To match the curl --version output.
This commit is contained in:
Steve Holme 2014-12-26 11:38:30 +00:00
parent 7f99e12e98
commit 1ac4db23f7
1 changed files with 1 additions and 1 deletions

View File

@ -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"