aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-15 16:51:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-15 16:51:34 +0000
commita79e0451bce168a451e7ed1e30226166e58e203c (patch)
tree2b7b476bdd403f15de4b2a39a0da8d726264e5b7 /configure
parent65b35834ece2617858042efa942bb44c0e63a7c5 (diff)
Update configure script for an OSP toolkit related change.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@240329 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-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;
}