From: Russell Bryant Date: Fri, 15 Jan 2010 16:51:34 +0000 (+0000) Subject: Update configure script for an OSP toolkit related change. X-Git-Tag: 11.0.0-beta1~3597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89413e9ae2d8f0105758c5007313d60c540a8253;p=thirdparty%2Fasterisk.git Update configure script for an OSP toolkit related change. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240329 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure b/configure index 646429f49e..814cdfa65a 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 235656 . +# From configure.ac Revision: 236756 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.64 for asterisk 1.6. # @@ -23282,7 +23282,7 @@ else #include int main(void) { int ver = OSP_CLIENT_TOOLKIT_VERSION_MAJOR * 10000 + OSP_CLIENT_TOOLKIT_VERSION_MINOR * 100 + OSP_CLIENT_TOOLKIT_VERSION_BUGFIX; - int req = 3 * 10000 + 5 * 100 + 0; + int req = 3 * 10000 + 6 * 100 + 0; return (ver < req) ? 1 : 0; }