[Scummvm-cvs-logs] scummvm master -> f146ef065dfb289f445b02cef123ab330f2ff84e
lordhoto
lordhoto at gmail.com
Sun Jan 10 22:15:14 CET 2016
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:
f146ef065d CONFIGURE: Fix missing variable access.
Commit: f146ef065dfb289f445b02cef123ab330f2ff84e
https://github.com/scummvm/scummvm/commit/f146ef065dfb289f445b02cef123ab330f2ff84e
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-01-10T22:14:09+01:00
Commit Message:
CONFIGURE: Fix missing variable access.
Ooops.
Changed paths:
configure
diff --git a/configure b/configure
index 19fc6df..3ad30fe 100755
--- a/configure
+++ b/configure
@@ -4047,7 +4047,7 @@ EOF
# Modern freetype-config scripts accept --static to get all
# required flags for static linking. We abuse this to detect
# FreeType2 builds which are static themselves.
- if test "_freetype2" != "yes"; then
+ if test "$_freetype2" != "yes"; then
FREETYPE2_LIBS=`$_freetypeconfig --prefix="$_freetypepath" --static --libs 2>/dev/null`
cc_check_no_clean $FREETYPE2_CFLAGS $FREETYPE2_LIBS && _freetype2=yes
fi
More information about the Scummvm-git-logs
mailing list