remove check for freetype, add check for pango

db4
Doug Coleman 2009-03-20 18:45:54 -05:00
parent a9a8e05393
commit d8b7fb2515
1 changed files with 1 additions and 1 deletions

View File

@ -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() {