diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 11:38:30 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 12:13:44 +0000 |
commit | 1ac4db23f74352223607c0e897d49e92ef8b86c1 (patch) | |
tree | 2ec9ef75d699bde29684ca6b5bfb1e9bafd41900 | |
parent | 7f99e12e9842c39fdc07063787258eab2d683a48 (diff) |
configure: Use camel case for UNIX sockets feature output
To match the curl --version output.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |