]> granicus.if.org Git - curl/commitdiff
configure: Use camel case for UNIX sockets feature output
authorSteve Holme <steve_holme@hotmail.com>
Fri, 26 Dec 2014 11:38:30 +0000 (11:38 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 26 Dec 2014 12:13:44 +0000 (12:13 +0000)
To match the curl --version output.

configure.ac

index 2cfef5ac2eb1f47c841af71edaae64c217b62048..100d9c5b66f807c97ae5d1802b252e3cd4551dc8 100644 (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"