mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Merged revisions 189629 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r189629 | dbailey | 2009-04-21 09:28:04 -0500 (Tue, 21 Apr 2009) | 10 lines Merged revisions 189601 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r189601 | dbailey | 2009-04-21 09:00:55 -0500 (Tue, 21 Apr 2009) | 3 lines Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glob.h This allows config.c to compile when linked against uclibc that does not support these parameters ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@189642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -583,6 +583,10 @@ AC_LINK_IFELSE( | ||||
| 	AC_MSG_RESULT(no) | ||||
| ) | ||||
|  | ||||
| AST_C_DEFINE_CHECK([GLOB_NOMAGIC], [GLOB_NOMAGIC], [glob.h]) | ||||
|  | ||||
| AST_C_DEFINE_CHECK([GLOB_BRACE], [GLOB_BRACE], [glob.h]) | ||||
|  | ||||
| AST_C_DEFINE_CHECK([IP_MTU_DISCOVER], [IP_MTU_DISCOVER], [netinet/in.h]) | ||||
|  | ||||
| AC_CHECK_HEADER([libkern/OSAtomic.h], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user