From 196b79ce394194b4787de5b7039d8c46bb023b29 Mon Sep 17 00:00:00 2001 From: mmdolze Date: Sat, 5 Nov 2011 07:53:33 +0000 Subject: [PATCH] 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. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 0676f3e..1f97a8a 100644 --- a/configure.in +++ b/configure.in @@ -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