From ef8d1f8dc306d3871bdee3836c62906536ceea50 Mon Sep 17 00:00:00 2001 From: bdsabian Date: Fri, 18 May 2001 21:12:47 +0000 Subject: [PATCH] changed the download links for glu rpms SVN revision: 4776 --- legacy/evas/FAQ-EVAS | 2 +- legacy/evas/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/FAQ-EVAS b/legacy/evas/FAQ-EVAS index 03b0d13a93..3190217666 100644 --- a/legacy/evas/FAQ-EVAS +++ b/legacy/evas/FAQ-EVAS @@ -22,7 +22,7 @@ Q: Is there a packaged version of SGI's GLU Implementation for my computer anywhere? A: At present SGI's GLU Implementation is available only in the form of a - Redhat package from http://www.mesa3d.org/download.html You should + Redhat package from http://www.mesa3d.org/downloads/sgi.html. You should download this package and convert it to whatever distribution you are on using "alien". diff --git a/legacy/evas/configure.in b/legacy/evas/configure.in index 93fec5c7a2..49dcada598 100644 --- a/legacy/evas/configure.in +++ b/legacy/evas/configure.in @@ -162,7 +162,7 @@ if test "x$have_gl" = "xyes"; then echo "" echo "ERROR: evas needs a system with libGLU 1.3" echo "You can obtain it from:" - echo " http://www.mesa3d.org/download.html" + echo " http://www.mesa3d.org/downloads/sgi.html" echo "You will need to obtain the SGI'd libGLU." echo "debian: download the rpm and use alien to convert it" echo ""