From de7a0d3426727f219e69e1c9838bffd97cc6682d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 17 Aug 2002 17:57:38 +0000 Subject: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839 Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839 --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b1036523..d0c60e6b 100644 --- a/configure.ac +++ b/configure.ac @@ -815,6 +815,13 @@ AC_ARG_ENABLE(examples, esac], [BUILD_EXAMPLES=yes]) dnl Default value +dnl seeking needs freetype, so check for it here +AC_CHECK_FT2(2.0.9,HAVE_FT2=yes,HAVE_FT2=no) +dnl make the HAVE_FT2 variable available to automake and Makefile.am +AM_CONDITIONAL(HAVE_FT2, test "x$HAVE_FT2" = "xyes") +AC_SUBST(FT2_CFLAGS) +AC_SUBST(FT2_LIBS) + dnl ################################################ dnl # Set defines according to variables set above # dnl ################################################ -- cgit v1.2.1