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 ""