about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-08-25 00:02:06 +0200
committerAlexander Barton <alex@barton.de>2010-08-25 00:02:06 +0200
commitb52d5e2a78c669eccdee1291714f7bd420c9b74c (patch)
treef36f516deef673730fc5a6a7773aa801a14c2e70
parent04e38f17ae671f84b93e06c6eefa9235dd71d6ce (diff)
downloadngircd-b52d5e2a78c669eccdee1291714f7bd420c9b74c.tar.gz
ngircd-b52d5e2a78c669eccdee1291714f7bd420c9b74c.zip
configure: correctly indent IPv6 yes/no summary output
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index bdc08e16..7c5d0b61 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2009 Alexander Barton <alex@barton.de>
+# Copyright (c)2001-2010 Alexander Barton <alex@barton.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -684,7 +684,9 @@ echo $ECHO_N "        I/O backend: $ECHO_C"
 	echo "\"$x_io_backend\""
 
 echo $ECHO_N "      IPv6 protocol: $ECHO_C"
-echo $ECHO_N "$x_ipv6_on    $ECHO_C"
+test "$x_ipv6_on" = "yes" \
+	&& echo $ECHO_N "yes   $ECHO_C" \
+	|| echo $ECHO_N "no    $ECHO_C"
 echo $ECHO_N "        SSL support: $ECHO_C"
 echo "$x_ssl_lib"