mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user