summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-01-23 13:29:27 -0700
committerBrian Paul <brianp@vmware.com>2013-01-23 13:30:58 -0700
commitee89e9aeb49604b036e06f1df6478d32006b30cd (patch)
tree38500f96415caf6e6991d5cc2a0e2ee8e2634d13
parentbca07f1fc0ba22055414cf78849e078d4978f347 (diff)
downloadglut-master.tar.gz
configure: s/Mesa/GLUT/ in a few placesHEADmaster
Note: there's a few other bits of Mesa-related configuration stuff in this file that should probably be cleaned out.
-rw-r--r--configure.ac4
1 files 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 ""