From 51e82806d6fb59b805c1dc96d76b14d48c86ff6f Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 21 Mar 2009 12:27:53 -0500 Subject: [PATCH] correct name for libpango in factor.sh --- 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() {