diff options
author | Matt Turner <[email protected]> | 2011-12-23 19:21:04 -0500 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-01-04 19:23:39 -0800 |
commit | 5172383de0e7012b15c503db685b5c2ea3bfda2b (patch) | |
tree | 36bb651b0079cf087dc5abf0fb02499e81010264 /configure.ac | |
parent | 5a478976ae0bb12dd712648d5a9b988dd29c97ef (diff) |
configure.ac: bump AC_PREREQ to 2.60
All other xorg modules require at least 2.60 (released in 2006), so we
may as well increase it to match. It's also doubtful anyone tests the
build with 2.59 (from 2003), so it may not even work anyway.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 51face7a450..8f481a0a077 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_PREREQ([2.59]) +AC_PREREQ([2.60]) dnl Versioning - scrape the version from configs/default m4_define([mesa_version], |