Update configure script for an OSP toolkit related change.
authorRussell Bryant <russell@russellbryant.com>
Fri, 15 Jan 2010 16:51:34 +0000 (16:51 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 15 Jan 2010 16:51:34 +0000 (16:51 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240329 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configure

index 646429f..814cdfa 100755 (executable)
--- 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 <osp/osp.h>
                                                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;
                                                }