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

This commit is contained in:
Matan Bareket 2018-12-29 17:11:15 -05:00
parent 4fd09d6369
commit ce90507e85

2
configure vendored
View file

@ -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'
#