From 1ac4db23f74352223607c0e897d49e92ef8b86c1 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 26 Dec 2014 11:38:30 +0000 Subject: [PATCH] configure: Use camel case for UNIX sockets feature output To match the curl --version output. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"