From 5172383de0e7012b15c503db685b5c2ea3bfda2b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 23 Dec 2011 19:21:04 -0500 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.30.2