summary refs log tree commit diff
diff options
context:
space:
mode:
-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" \