mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Added check for empty value of 'enable_mcserver' variable for more proper summary output.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
a295a9df47
commit
8211adc425
@ -641,6 +641,10 @@ po/Makefile.in
|
|||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
if test x$enable_mcserver = x; then
|
||||||
|
enable_mcserver='no'
|
||||||
|
fi
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
Configuration:
|
Configuration:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user