From 26997e2bbe31951f609412d1616f983542302b14 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 18 Feb 2008 16:12:26 +0000 Subject: [PATCH] only require 2.59 git-svn-id: http://svn.openzap.org/svn/openzap/trunk@399 a93c3328-9c30-0410-af19-c9cd2b2d52af --- libs/freetdm/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/freetdm/configure.ac b/libs/freetdm/configure.ac index fc339546c1..920ff6cacb 100644 --- a/libs/freetdm/configure.ac +++ b/libs/freetdm/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.61) +AC_PREREQ(2.59) AC_INIT([openzap],[pre-alpha],[bugs@freeswitch.prg]) AC_CONFIG_SRCDIR([src/libteletone_detect.c])