]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
urm configure.ac/PREREQ should be 2.59 not 2.61
authorfzielcke <fzielcke@localhost>
Sun, 21 Sep 2008 17:40:13 +0000 (17:40 +0000)
committerfzielcke <fzielcke@localhost>
Sun, 21 Sep 2008 17:40:13 +0000 (17:40 +0000)
configure.ac

index dab8002a77a2533cbc3ec71eb3de3ba348aff29e..4aaf200ce0f3011e86e6b606a567fa7c00da7b24 100644 (file)
@@ -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])