[svn-commits] tzafrir: trunk r263028 - in /trunk: configure configure.ac
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu May 13 15:25:06 CDT 2010
Author: tzafrir
Date: Thu May 13 15:25:02 2010
New Revision: 263028
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=263028
Log:
Remove "untested" feature PRI_VERSION
Nobody seems to actually test PRI_VERSION. It is only useful for failing PRI
support in chan_dahdi.
Modified:
trunk/configure
trunk/configure.ac
Modified: trunk/configure.ac
URL: http://svnview.digium.com/svn/asterisk/trunk/configure.ac?view=diff&rev=263028&r1=263027&r2=263028
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu May 13 15:25:02 2010
@@ -347,7 +347,6 @@
# ------------------------------------v
# TODO: The code can be changed to always include these features now.
# These features will always be present if pri_connected_line_update is available.
-AST_EXT_LIB_SETUP_DEPENDENT([PRI_VERSION], [ISDN PRI get_version], [PRI], [pri])
AST_EXT_LIB_SETUP_DEPENDENT([PRI_INBANDDISCONNECT], [ISDN PRI set_inbanddisconnect], [PRI], [pri])
AST_EXT_LIB_SETUP_DEPENDENT([PRI_PROG_W_CAUSE], [ISDN progress with cause], [PRI], [pri])
AST_EXT_LIB_SETUP_DEPENDENT([PRI_SERVICE_MESSAGES], [ISDN service messages], [PRI], [pri])
More information about the svn-commits
mailing list