Commit 1ac4db23 authored by Steve Holme's avatar Steve Holme
Browse files

configure: Use camel case for UNIX sockets feature output

To match the curl --version output.
parent 7f99e12e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"