From f146ef065dfb289f445b02cef123ab330f2ff84e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 10 Jan 2016 22:14:09 +0100 Subject: CONFIGURE: Fix missing variable access. Ooops. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 19fc6df2cb..3ad30fef70 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 -- cgit v1.2.3