Don't require autoconf >= 2.62 (breaks the mac build)
authorJeffrey Stedfast <fejj@gnome.org>
Wed, 27 Apr 2011 11:05:21 +0000 (07:05 -0400)
committerJeffrey Stedfast <fejj@gnome.org>
Wed, 27 Apr 2011 11:05:21 +0000 (07:05 -0400)
configure.in

index 01ced335a3eaebc3de19f8ee879554d56b9a307e..e6361c81056073cc0c8c182bd6811bcf9ff712a1 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.62])
+#AC_PREREQ([2.62])
 
 AC_INIT(mono, [2.11],
         [http://bugzilla.novell.com/enter_bug.cgi?product=mono])