aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatan Bareket2018-12-29 17:11:15 -0500
committerMatan Bareket2018-12-29 17:11:15 -0500
commitce90507e859f04324212cb14c7089dff6e07b007 (patch)
tree0ef326898edb4295b134a798ed5cada469b17513
parent4fd09d63691d2d32f6899bb094ac0d638b1e3893 (diff)
downloadscummvm-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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5799aa52eb..46ba89fd06 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'
#