]> gitweb.factorcode.org Git - factor.git/commitdiff
correct name for libpango in factor.sh
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 21 Mar 2009 17:27:53 +0000 (12:27 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 21 Mar 2009 17:27:53 +0000 (12:27 -0500)
build-support/factor.sh

index c5be9f8957ac5c66e5850d699c5cb61c66defb84..61450dacb48121cb9f2128172632eccad610cc72 100755 (executable)
@@ -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() {