1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Fixed minor display bug with doc in result of configure script

This commit is contained in:
Sebastien Helleu
2008-01-30 17:49:45 +01:00
parent b52690d119
commit c3aa3efac8
+6
View File
@@ -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"