configure.ac: Fix freetype check

- Supplement for commit 7f78259dc6


Origin commit data
------------------
Branch: ni/coolstream
Commit: 220c50eebf
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-28 (Sat, 28 Jan 2017)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-01-28 09:29:41 +01:00
parent dd3ba75f83
commit 46cf08e884

View File

@@ -93,7 +93,7 @@ TUXBOX_APPS_LIB_PKGCONFIG(CURL,libcurl)
TUXBOX_APPS_LIB_PKGCONFIG(FREETYPE,freetype2)
AC_MSG_CHECKING([whether FreeType version is 2.5.0 or higher])
AC_TRY_CPP([
#include <ft2build.h>
#include <freetype2/ft2build.h>
#include FT_FREETYPE_H
#if FREETYPE_MAJOR < 2 || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR < 5)
#error Freetype version too low.