For a old bug autoupdate don't do it before autoconf v2.66

Signed-off-by: Elia Pinto <[email protected]>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6af9647..9f01999 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ fi
 
 ## Configure body starts here.
 
-AC_PREREQ(2.59)
+AC_PREREQ([2.59])
 AC_INIT([git], [@@GIT_VERSION@@], [[email protected]])
 
 AC_CONFIG_SRCDIR([git.c])
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to