about summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-08-11 11:38:10 +0200
committerAlexander Barton <alex@barton.de>2013-08-11 11:40:48 +0200
commitaeebde4642580e806c04a339bb9befd1ece61775 (patch)
treeb233d7bb2a5ea99930d61624073980ea30fcdf4d /configure.ng
parent298158501dd928954fa542b9a2ee0ccc9b0ab2ac (diff)
downloadngircd-aeebde4642580e806c04a339bb9befd1ece61775.tar.gz
ngircd-aeebde4642580e806c04a339bb9befd1ece61775.zip
configure: Don't quote IO backend type(s)
It's not needed and inconsistent compared to the other settings.

Reported by "allerbest" (Götz Hoffart) on #ngircd, thanks!
Diffstat (limited to 'configure.ng')
-rw-r--r--configure.ng2
1 files changed, 1 insertions, 1 deletions
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" \