summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-01-30 17:49:45 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-01-30 17:49:45 +0100
commitc3aa3efac82b265a814664101423b66936d607b1 (patch)
treeecf533aecf16d5d29c098b49db64f8e96be56fd6
parentb52690d119d0a50aaf814c31a56928f0ecde1157 (diff)
downloadweechat-c3aa3efac82b265a814664101423b66936d607b1.zip
Fixed minor display bug with doc in result of configure script
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 33eb312c4..c8b5f7464 100644
--- a/configure.in
+++ b/configure.in
@@ -977,6 +977,12 @@ if test "x$debug" = "x2" ; then
msg_debug="yes (with verbose messages)"
fi
+if test "x$msg_doc" = "x"; then
+ msg_doc="no"
+else
+ msg_doc="yes: $msg_doc"
+fi
+
echo ""
echo "Enabled features:"
echo " Interfaces........... :$listgui"