Browse Source

Added check for empty value of 'enable_mcserver' variable for more proper summary output.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Slava Zanko 15 years ago
parent
commit
8211adc425
1 changed files with 4 additions and 0 deletions
  1. 4 0
      configure.ac

+ 4 - 0
configure.ac

@@ -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: