urm configure.ac/PREREQ should be 2.59 not 2.61

This commit is contained in:
fzielcke 2008-09-21 17:40:13 +00:00
parent eb73121d0d
commit 46e04eb9ad
1 changed files with 1 additions and 1 deletions

View 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])