Trunk build would fail due to the nonexistence of zaptel hwgain

structures missing. Patched configure to check for this stuff and
put a #ifdef around the offending code in chan_zap. Thanks to file
for overseeing this.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92422 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2007-12-11 22:10:43 +00:00
parent b0968803b9
commit 6711a5d567
4 changed files with 85 additions and 1 deletions

View File

@@ -997,6 +997,12 @@
/* Define this to indicate the ${ZAPTEL_DESCRIP} library */
#undef HAVE_ZAPTEL
/* Define if your system has the ZAPTEL_HWGAIN headers. */
#undef HAVE_ZAPTEL_HWGAIN
/* Define ZAPTEL_HWGAIN headers version */
#undef HAVE_ZAPTEL_HWGAIN_VERSION
/* Define if your system has the ZAPTEL_TRANSCODE headers. */
#undef HAVE_ZAPTEL_TRANSCODE