]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 177162 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Wed, 18 Feb 2009 20:16:31 +0000 (20:16 +0000)
committerJeff Peeler <jpeeler@digium.com>
Wed, 18 Feb 2009 20:16:31 +0000 (20:16 +0000)
commit10f903a9de0d91bcc4c22d643e7f8731058fa6dd
tree7498170296ac867e222a7c86f3480bcd809b4e6b
parent2b58929510c152908776aaff9efca0ba32b71092
Merged revisions 177162 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r177162 | jpeeler | 2009-02-18 14:11:57 -0600 (Wed, 18 Feb 2009) | 14 lines

  Modify h323 to build against PTLib as well as the older PWLib

  Several changes in PTLib have occurred requiring build time detection. Changes
  accounted for include the library name change, config option change, install
  location change, and a boolean type change which is handled by ast_ptlib.h.
  Also, the sed check has been modified to properly work with autoconf >= 2.62.

  (closes issue #14224)
  Reported by: bergolth
  Patches:
        asterisk-autoconf-sed.patch uploaded by bergolth (license 661)
        asterisk-pwlib-v3.patch uploaded by bergolth (license 661)
  Tested by: jpeeler
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@177164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
14 files changed:
autoconf/ast_check_pwlib.m4
autoconf/ast_prog_sed.m4
channels/h323/ast_h323.cxx
channels/h323/ast_h323.h
channels/h323/ast_ptlib.h [new file with mode: 0644]
channels/h323/caps_h323.cxx
channels/h323/caps_h323.h
channels/h323/chan_h323.h
channels/h323/cisco-h225.cxx
channels/h323/cisco-h225.h
channels/h323/compat_h323.cxx
channels/h323/compat_h323.h
configure
configure.ac