From 7d179abfd427f81c2d49efd4ecc6ac02fba8934a Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 5 Jul 2011 22:11:40 +0000 Subject: Merged revisions 326411 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r326411 | tilghman | 2011-07-05 17:08:29 -0500 (Tue, 05 Jul 2011) | 14 lines Add the attribute "type" to each "" for menuselect. This matters only when autoconf fails to detect that weak linking is supported. External optional dependencies will become optional in both cases, as they are removed at compile time when not detected. However, runtime-optional modules are made mandatory when weak linking is not found. This change affects only the external optional dependencies; previously, they were incorrectly required when weak linking support was not detected. Patches: 20110702__issue18062__asterisk_trunk.diff.txt by tilghman (License #5003) Tested by: iasgoscouk ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326412 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- apps/app_stack.c | 2 +- apps/app_voicemail.c | 6 +++--- channels/chan_dahdi.c | 8 ++++---- channels/chan_gtalk.c | 2 +- channels/chan_iax2.c | 2 +- channels/chan_jingle.c | 2 +- channels/chan_mgcp.c | 2 +- channels/chan_sip.c | 2 +- codecs/codec_speex.c | 2 +- funcs/func_aes.c | 2 +- funcs/func_speex.c | 2 +- pbx/pbx_dundi.c | 2 +- res/res_jabber.c | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index e45ea9169..9442ce649 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -57,7 +57,7 @@ */ /*** MODULEINFO - res_monitor + res_monitor ***/ #include "asterisk.h" diff --git a/apps/app_stack.c b/apps/app_stack.c index 29c37a20b..10a1af48d 100644 --- a/apps/app_stack.c +++ b/apps/app_stack.c @@ -26,7 +26,7 @@ */ /*** MODULEINFO - res_agi + res_agi ***/ #include "asterisk.h" diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 5e342bda0..971e1879d 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -38,8 +38,8 @@ */ /*** MODULEINFO - res_adsi - res_smdi + res_adsi + res_smdi ***/ /*** MAKEOPTS @@ -60,7 +60,7 @@ imap_tk ODBC_STORAGE FILE_STORAGE - openssl + openssl no diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 3a0260fbd..321be6625 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -38,12 +38,12 @@ */ /*** MODULEINFO - res_smdi + res_smdi dahdi tonezone - pri - ss7 - openr2 + pri + ss7 + openr2 ***/ #include "asterisk.h" diff --git a/channels/chan_gtalk.c b/channels/chan_gtalk.c index d8dd736e4..3b08d8ce4 100644 --- a/channels/chan_gtalk.c +++ b/channels/chan_gtalk.c @@ -34,7 +34,7 @@ /*** MODULEINFO iksemel res_jabber - openssl + openssl ***/ #include "asterisk.h" diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index f3a097e7d..9f5f32deb 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -32,7 +32,7 @@ */ /*** MODULEINFO - crypto + crypto ***/ #include "asterisk.h" diff --git a/channels/chan_jingle.c b/channels/chan_jingle.c index d0a027c3d..53b1a85e4 100644 --- a/channels/chan_jingle.c +++ b/channels/chan_jingle.c @@ -30,7 +30,7 @@ /*** MODULEINFO iksemel res_jabber - openssl + openssl ***/ #include "asterisk.h" diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c index 293a2c1fe..bd92fe9b0 100644 --- a/channels/chan_mgcp.c +++ b/channels/chan_mgcp.c @@ -30,7 +30,7 @@ */ /*** MODULEINFO - res_pktccops + res_pktccops ***/ #include "asterisk.h" diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 3981425e9..18eba2371 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -162,7 +162,7 @@ */ /*** MODULEINFO - res_crypto + res_crypto chan_local ***/ diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c index d48e21f28..6554ee000 100644 --- a/codecs/codec_speex.c +++ b/codecs/codec_speex.c @@ -33,7 +33,7 @@ /*** MODULEINFO speex speex_preprocess - speexdsp + speexdsp ***/ #include "asterisk.h" diff --git a/funcs/func_aes.c b/funcs/func_aes.c index 64597a9b4..891106b6f 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -23,7 +23,7 @@ */ /*** MODULEINFO - crypto + crypto ***/ #include "asterisk.h" diff --git a/funcs/func_speex.c b/funcs/func_speex.c index 51cea99e1..e17e8ca9c 100644 --- a/funcs/func_speex.c +++ b/funcs/func_speex.c @@ -33,7 +33,7 @@ /*** MODULEINFO speex speex_preprocess - speexdsp + speexdsp ***/ #include "asterisk.h" diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index 4c52d9d7c..26418d760 100644 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -23,7 +23,7 @@ /*** MODULEINFO zlib - crypto + crypto ***/ #include "asterisk.h" diff --git a/res/res_jabber.c b/res/res_jabber.c index 2d0ffcb3a..61d436a92 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -32,7 +32,7 @@ /*** MODULEINFO iksemel - openssl + openssl ***/ #include "asterisk.h" -- cgit v1.2.3