]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
try to make freeswitch build with a little older autoconf
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 20 Jul 2006 19:29:16 +0000 (19:29 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 20 Jul 2006 19:29:16 +0000 (19:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2030 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index 9928e836fae62475c96990f00f54ce0434291461..2276ee29b4272ea581b302e5c7e71deef8e10bab 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.59)
+AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 AC_CONFIG_AUX_DIR(build/config)
 AM_INIT_AUTOMAKE(libfreeswitch,0.1)