mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	autoconf: Remove use of m4_ifblank.
The m4_ifblank macro is not available on CentOS 6, reverse conditionals to allow use of m4_ifval instead. ./bootstrap.sh was run but this patch does not result in any difference to the generated configure script. Change-Id: I280785deb872ed8d3339d99cce63a2b54d5f1438
This commit is contained in:
		| @@ -11,9 +11,9 @@ ax_cv_have_func_attribute_$1=0 | ||||
|  | ||||
| AC_COMPILE_IFELSE( | ||||
| 	[AC_LANG_PROGRAM( | ||||
| 		m4_ifblank([$2], | ||||
| 			[$3 void __attribute__(($1)) *test(void *muffin, ...) {return (void *) 0;}], | ||||
| 			[$3 void __attribute__(($2)) *test(void *muffin, ...) ;]))], | ||||
| 		m4_ifval([$2], | ||||
| 			[$3 void __attribute__(($2)) *test(void *muffin, ...) ;], | ||||
| 			[$3 void __attribute__(($1)) *test(void *muffin, ...) {return (void *) 0;}]))], | ||||
| 	AC_MSG_RESULT(yes) | ||||
| 	m4_ifval([$4],$4=1) | ||||
| 	ax_cv_have_func_attribute_$1=1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user