Revert "configure.ac: Fix freetype check"

This reverts commit 46cf08e884.


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



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-01-30 07:15:12 +01:00
parent a077a1c605
commit 64ff06def7

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 <freetype2/ft2build.h>
#include <ft2build.h>
#include FT_FREETYPE_H
#if FREETYPE_MAJOR < 2 || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR < 5)
#error Freetype version too low.