From d8b7fb25154cba1a7ad9aed3b117857a44f62adb Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 20 Mar 2009 18:45:54 -0500 Subject: [PATCH] remove check for freetype, add check for pango --- build-support/factor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index 107339eb51..c5be9f8957 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -139,10 +139,10 @@ check_library_exists() { } check_X11_libraries() { - check_library_exists freetype check_library_exists GLU check_library_exists GL check_library_exists X11 + check_library_exists pango } check_libraries() {