From d42486f078bbaffb2f2f85bfd7f65c69e9091162 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 23 Mar 2009 20:09:01 -0500 Subject: [PATCH] check pango-1.0 --- 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 c5be9f8957..61450dacb4 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -142,7 +142,7 @@ check_X11_libraries() { check_library_exists GLU check_library_exists GL check_library_exists X11 - check_library_exists pango + check_library_exists pango-1.0 } check_libraries() {