[Scummvm-git-logs] scummvm master -> fb0fc9bb7ac24e821bf4e642a2a40f3ac1df5087
criezy
criezy at scummvm.org
Sat Apr 27 00:34:03 CEST 2019
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:
fb0fc9bb7a CONFIGURE: Fix pandoc check
Commit: fb0fc9bb7ac24e821bf4e642a2a40f3ac1df5087
https://github.com/scummvm/scummvm/commit/fb0fc9bb7ac24e821bf4e642a2a40f3ac1df5087
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-04-26T23:33:32+01:00
Commit Message:
CONFIGURE: Fix pandoc check
Changed paths:
configure
diff --git a/configure b/configure
index 62b43d3..0ecc160 100755
--- a/configure
+++ b/configure
@@ -5144,7 +5144,7 @@ if test "$_pandoc" = yes ; then
IFS="$ac_save_ifs"
if ! test "$PANDOC" ; then
- _pandoc = no
+ _pandoc=no
fi
echo $_pandoc
More information about the Scummvm-git-logs
mailing list