From 6fa0d7528f0db06c526290b63e152b8f5f139940 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 1 Jan 2007 23:43:43 +0000 Subject: Merged revisions 49102 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49102 | kpfleming | 2007-01-01 17:34:35 -0600 (Mon, 01 Jan 2007) | 2 lines check specifically for VLDTMF and transcoding support in the system's Zaptel installation, and make only the modules that need those features dependent on them (this will allow building the other Zaptel-using parts of Asterisk against older versions of Zaptel or those on other platforms that haven't caught up yet to the Linux version) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49103 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/autoconfig.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index c120d510e..0a273564c 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -584,10 +584,10 @@ /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK -/* Define this to indicate the ${ZAPTEL_DESCRIP} library */ +/* Define if your system has the ZAPTEL headers. */ #undef HAVE_ZAPTEL -/* Define to indicate the ${ZAPTEL_DESCRIP} library version */ +/* Define ZAPTEL headers version */ #undef HAVE_ZAPTEL_VERSION /* Define this to indicate the ${ZLIB_DESCRIP} library */ -- cgit v1.2.3