mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	ensure that an adequately new version of libpri is in place so that chan_dahdi will compile with PRI support
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155117 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,5 @@ | ||||
| #! /bin/sh | ||||
| # From configure.ac Revision: 151245 . | ||||
| # From configure.ac Revision: 153711 . | ||||
| # Guess values for system-dependent variables and create Makefiles. | ||||
| # Generated by GNU Autoconf 2.61 for asterisk 1.6. | ||||
| # | ||||
| @@ -38936,7 +38936,7 @@ if test "x${PBX_PRI}" != "x1" -a "${USE_PRI}" != "no"; then | ||||
|       	 pbxlibdir="-L${PRI_DIR}" | ||||
|       fi | ||||
|    fi | ||||
|    pbxfuncname="pri_get_version" | ||||
|    pbxfuncname="pri_new_bri" | ||||
|    if test "x${pbxfuncname}" = "x" ; then   # empty lib, assume only headers | ||||
|       AST_PRI_FOUND=yes | ||||
|    else | ||||
|   | ||||
| @@ -1318,7 +1318,7 @@ AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h]) | ||||
|  | ||||
| AST_EXT_LIB_CHECK([PORTAUDIO], [portaudio], [Pa_GetDeviceCount], [portaudio.h]) | ||||
|  | ||||
| AST_EXT_LIB_CHECK([PRI], [pri], [pri_get_version], [libpri.h]) | ||||
| AST_EXT_LIB_CHECK([PRI], [pri], [pri_new_bri], [libpri.h]) | ||||
|  | ||||
| AST_EXT_LIB_CHECK([PRI_INBANDDISCONNECT], [pri], [pri_set_inbanddisconnect], [libpri.h]) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user