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_voicemail.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/app_voicemail.c') 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 -- cgit v1.2.3