[Scummvm-git-logs] scummvm master -> ce90507e859f04324212cb14c7089dff6e07b007

Mataniko mataniko at gmail.com
Sat Dec 29 23:11:22 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ce90507e85 BUILD: Don't print the pandoc variable if not running a check


Commit: ce90507e859f04324212cb14c7089dff6e07b007
    https://github.com/scummvm/scummvm/commit/ce90507e859f04324212cb14c7089dff6e07b007
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-12-29T17:11:15-05:00

Commit Message:
BUILD: Don't print the pandoc variable if not running a check

Changed paths:
    configure


diff --git a/configure b/configure
index 5799aa5..46ba89f 100755
--- a/configure
+++ b/configure
@@ -5108,9 +5108,9 @@ if test "$_pandoc" = yes ; then
     _pandoc = no
   fi
 
+	echo $_pandoc
 fi
 
-echo $_pandoc
 define_in_config_if_yes $_pandoc 'USE_PANDOC'
 
 #





More information about the Scummvm-git-logs mailing list