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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user