diff options
author | Brian Paul <brianp@vmware.com> | 2013-01-23 13:29:27 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2013-01-23 13:30:58 -0700 |
commit | ee89e9aeb49604b036e06f1df6478d32006b30cd (patch) | |
tree | 38500f96415caf6e6991d5cc2a0e2ee8e2634d13 | |
parent | bca07f1fc0ba22055414cf78849e078d4978f347 (diff) |
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.ac | 4 |
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 "" |