From aeebde4642580e806c04a339bb9befd1ece61775 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 11 Aug 2013 11:38:10 +0200 Subject: [PATCH] configure: Don't quote IO backend type(s) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's not needed and inconsistent compared to the other settings. Reported by "allerbest" (Götz Hoffart) on #ngircd, thanks! --- configure.ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ng b/configure.ng index 49fc75a9..7e852251 100644 --- a/configure.ng +++ b/configure.ng @@ -702,7 +702,7 @@ test "$x_ipv6_on" = "yes" \ && echo $ECHO_N "yes $ECHO_C" \ || echo $ECHO_N "no $ECHO_C" echo $ECHO_N " I/O backend: $ECHO_C" - echo "\"$x_io_backend\"" + echo "$x_io_backend" echo $ECHO_N " PAM support: $ECHO_C" test "$x_pam_on" = "yes" \ -- 2.39.2