From ee89e9aeb49604b036e06f1df6478d32006b30cd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 23 Jan 2013 13:29:27 -0700 Subject: configure: s/Mesa/GLUT/ in a few places Note: there's a few other bits of Mesa-related configuration stuff in this file that should probably be cleaned out. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ddcc186..d42b5c6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PATH_PROG([MKDEP], [makedepend]) AC_PATH_PROG([SED], [sed]) if test "x$MKDEP" = "x"; then - AC_MSG_ERROR([makedepend is required to build Mesa]) + AC_MSG_ERROR([makedepend is required to build GLUT]) fi dnl Our fallback install-sh is a symlink to minstall. Use the existing @@ -452,5 +452,5 @@ echo "" echo " PYTHON2: $PYTHON2" echo "" -echo " Run '${MAKE-make}' to build Mesa" +echo " Run '${MAKE-make}' to build GLUT" echo "" -- cgit v1.2.1