Commit Diff
Diff:
298158501dd928954fa542b9a2ee0ccc9b0ab2ac
aeebde4642580e806c04a339bb9befd1ece61775
Commit:
aeebde4642580e806c04a339bb9befd1ece61775
Tree:
b233d7bb2a5ea99930d61624073980ea30fcdf4d
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Sun Aug 11 09:40:48 2013 UTC
Message:
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!
blob - 49fc75a969870bf54971fccc76dfc53defbdb431
blob + 7e8522515192677b67275a2b0d1e8b8bc5b64e83
--- configure.ng
+++ 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" \
IRCNow