commit | 1ac4db23f74352223607c0e897d49e92ef8b86c1 | [log] [tgz] |
---|---|---|
author | Steve Holme <steve_holme@hotmail.com> | Fri Dec 26 11:38:30 2014 +0000 |
committer | Steve Holme <steve_holme@hotmail.com> | Fri Dec 26 12:13:44 2014 +0000 |
tree | 2ec9ef75d699bde29684ca6b5bfb1e9bafd41900 | |
parent | 7f99e12e9842c39fdc07063787258eab2d683a48 [diff] |
configure: Use camel case for UNIX sockets feature output To match the curl --version output.
diff --git a/configure.ac b/configure.ac index 2cfef5a..100d9c5 100644 --- a/configure.ac +++ b/configure.ac
@@ -3391,7 +3391,7 @@ 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"