From: Steve Holme Date: Fri, 26 Dec 2014 11:38:30 +0000 (+0000) Subject: configure: Use camel case for UNIX sockets feature output X-Git-Tag: curl-7_40_0~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ac4db23f74352223607c0e897d49e92ef8b86c1;p=curl configure: Use camel case for UNIX sockets feature output To match the curl --version output. --- diff --git a/configure.ac b/configure.ac index 2cfef5ac2..100d9c5b6 100644 --- a/configure.ac +++ b/configure.ac @@ -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"