summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-01-15 16:51:34 +0000
committerRussell Bryant <russell@russellbryant.com>2010-01-15 16:51:34 +0000
commit89413e9ae2d8f0105758c5007313d60c540a8253 (patch)
tree2b7b476bdd403f15de4b2a39a0da8d726264e5b7
parent1ef8082cd32dd778b703611ca884c0abd7d09821 (diff)
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
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 646429f49..814cdfa65 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 <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;
}