git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240329
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#! /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.
#
#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;
}