mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	ast_pkgconfig.m4: AST_PKG_CONFIG_CHECK() relies on sed.
Make sure that we have a working sed before trying to use it. ASTERISK-30059 #close Change-Id: I9abad67a5df11b665d480feec304ab9d6f55cc76
This commit is contained in:
		| @@ -2,6 +2,7 @@ | ||||
| # AST_PKG_CONFIG_CHECK([package], [component]) | ||||
| AC_DEFUN([AST_PKG_CONFIG_CHECK], | ||||
| [ | ||||
|    AC_REQUIRE([AST_PROG_SED])dnl | ||||
|    if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then | ||||
|       PKG_CHECK_MODULES($1, $2, [ | ||||
|             PBX_$1=1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user