From ee351a874d2220c2feb1be8613d239208bd72865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 13 Oct 2006 21:14:15 +0000 Subject: Fix typo. CVS patchset: 8339 CVS date: 2006/10/13 21:14:15 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 596d0641d..8071e881b 100644 --- a/configure.ac +++ b/configure.ac @@ -1284,7 +1284,7 @@ dnl --------------------------------------------- AC_ARG_WITH([freetype], AS_HELP_STRING([--with-freetype], [Build with FreeType2 library])) -if test "x$with_freetype" != "xyes"; then +if test "x$with_freetype" = "xyes"; then PKG_CHECK_MODULES([FT2], [freetype2], [have_freetype=yes], [have_freetype=no]) if test "x$have_freetype" = "xno"; then AC_MSG_ERROR([FreeType2 support requested but FreeType2 library not found]) -- cgit v1.2.3