mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Merged revisions 109229 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r109229 | twilson | 2008-03-17 17:10:06 -0500 (Mon, 17 Mar 2008) | 5 lines Replace minimime with superior GMime library so that the entire contents of an http post are not read into memory. This does introduce a dependency on the GMime library for handling HTTP POSTs, but it is available in most distros. If the library is present, then the compile flag for ENABLE_UPLOADS is enabled by default in menuselect. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@109254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -211,6 +211,7 @@ AST_EXT_LIB_SETUP([FFMPEG], [Ffmpeg and avcodec library], [avcodec]) | ||||
| AST_EXT_LIB_SETUP([GSM], [External GSM library], [gsm], [, use 'internal' GSM otherwise]) | ||||
| AST_EXT_LIB_SETUP([GTK], [gtk libraries], [gtk]) | ||||
| AST_EXT_LIB_SETUP([GTK2], [gtk2 libraries], [gtk2]) | ||||
| AST_EXT_LIB_SETUP([GMIME], [GMime library], [gmime]) | ||||
| AST_EXT_LIB_SETUP([ICONV], [Iconv Library], [iconv]) | ||||
| AST_EXT_LIB_SETUP([IKSEMEL], [Iksemel Jabber Library], [iksemel]) | ||||
| AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap]) | ||||
| @@ -1330,6 +1331,8 @@ then | ||||
|     AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl]) | ||||
| fi | ||||
|  | ||||
| AST_EXT_TOOL_CHECK([GMIME], [gmime]) | ||||
|  | ||||
| AST_EXT_LIB_CHECK([FREETDS], [tds], [tds_version], [tds.h]) | ||||
| if test "${PBX_FREETDS}" != "0"; | ||||
| then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user