diff options
author | Thierry Crozat | 2019-04-26 23:33:32 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-04-26 23:33:32 +0100 |
commit | fb0fc9bb7ac24e821bf4e642a2a40f3ac1df5087 (patch) | |
tree | 2903a1aa0b227f39e6aab36869d864693242c3b8 /configure | |
parent | 903569cab8ae8bc850a989fb57c69e6fd873dd08 (diff) | |
download | scummvm-rg350-fb0fc9bb7ac24e821bf4e642a2a40f3ac1df5087.tar.gz scummvm-rg350-fb0fc9bb7ac24e821bf4e642a2a40f3ac1df5087.tar.bz2 scummvm-rg350-fb0fc9bb7ac24e821bf4e642a2a40f3ac1df5087.zip |
CONFIGURE: Fix pandoc check
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5144,7 +5144,7 @@ if test "$_pandoc" = yes ; then IFS="$ac_save_ifs" if ! test "$PANDOC" ; then - _pandoc = no + _pandoc=no fi echo $_pandoc |