]> gitweb.factorcode.org Git - factor.git/commitdiff
remove check for GLU from factor.sh
authorDoug Coleman <erg@jobim.local>
Tue, 14 Apr 2009 01:50:32 +0000 (20:50 -0500)
committerDoug Coleman <erg@jobim.local>
Tue, 14 Apr 2009 01:50:32 +0000 (20:50 -0500)
build-support/factor.sh

index ad64c541fed6a694d40a0daec90ccb1f2b464e5b..e3c56b13c87bbab06f60f15d9badb364a84308c7 100755 (executable)
@@ -139,7 +139,6 @@ check_library_exists() {
 }
 
 check_X11_libraries() {
-    check_library_exists GLU
     check_library_exists GL
     check_library_exists X11
     check_library_exists pango-1.0
@@ -491,7 +490,7 @@ make_boot_image() {
 }
 
 install_build_system_apt() {
-    sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev glutg3-dev wget git-core git-doc rlwrap gcc make
+    sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev wget git-core git-doc rlwrap gcc make
     check_ret sudo
 }