]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove reference to GLU from factor.sh
authorDoug Coleman <erg@jobim.local>
Thu, 16 Apr 2009 00:36:44 +0000 (19:36 -0500)
committerDoug Coleman <erg@jobim.local>
Thu, 16 Apr 2009 00:36:44 +0000 (19:36 -0500)
build-support/factor.sh

index 2fec39f14a791ceb8e5aec684934d5cb50298b01..53aab9ad045c0e5c6628243cac88a6b6ab06d1be 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
 }