Replace FT2_* flags on our own. If FreeType is not installed, its AC macro

is not available which does it even if Freetype is disabled.
This commit is contained in:
mmdolze
2011-11-05 07:53:33 +00:00
parent b7c9fae8b7
commit 196b79ce39
+3
View File
@@ -339,6 +339,9 @@ if test "$enable_freetype" = "yes"; then
[enable_freetype=no])],
[AC_MSG_WARN([freetype does not seem to be installed])])
fi
AC_SUBST([FT2_CFLAGS])
AC_SUBST([FT2_LIBS])
dnl ######################################################################
dnl ethlcd support