diff --git a/configure.ac b/configure.ac index e2d3c03e8..3a1f8e9c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 + #include #include FT_FREETYPE_H #if FREETYPE_MAJOR < 2 || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR < 5) #error Freetype version too low.