From: fzielcke Date: Sun, 21 Sep 2008 17:40:13 +0000 (+0000) Subject: urm configure.ac/PREREQ should be 2.59 not 2.61 X-Git-Tag: 1.98~1250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46e04eb9adc334229ddd6be96231ee19d21b0e9f;p=thirdparty%2Fgrub.git urm configure.ac/PREREQ should be 2.59 not 2.61 --- diff --git a/configure.ac b/configure.ac index dab8002a7..4aaf200ce 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ dnl type. AC_INIT([GRUB],[1.96],[bug-grub@gnu.org]) -AC_PREREQ(2.61) +AC_PREREQ(2.59) AC_CONFIG_SRCDIR([include/grub/dl.h]) AC_CONFIG_HEADER([config.h])