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

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"