diff options
author | Matan Bareket | 2018-12-29 17:11:15 -0500 |
---|---|---|
committer | Matan Bareket | 2018-12-29 17:11:15 -0500 |
commit | ce90507e859f04324212cb14c7089dff6e07b007 (patch) | |
tree | 0ef326898edb4295b134a798ed5cada469b17513 /configure | |
parent | 4fd09d63691d2d32f6899bb094ac0d638b1e3893 (diff) | |
download | scummvm-rg350-ce90507e859f04324212cb14c7089dff6e07b007.tar.gz scummvm-rg350-ce90507e859f04324212cb14c7089dff6e07b007.tar.bz2 scummvm-rg350-ce90507e859f04324212cb14c7089dff6e07b007.zip |
BUILD: Don't print the pandoc variable if not running a check
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' # |