aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_iconv.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-01 22:08:32 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-01 22:08:32 +0000
commit206811e88179dd77f49c8faa7b8bb7ca76d89e45 (patch)
treeadf088ad4e055820cbe6519848b9581f859a0349 /funcs/func_iconv.c
parent39f1c431483da39f6693d1aa9a10f5cc6762936e (diff)
implement "configure" checks for libiconv, and add the
iconv dependency for func_iconv. This fixes some build issues on CYGWIN and FreeBSD and probably other platforms where libiconv is not there by default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95624 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_iconv.c')
-rw-r--r--funcs/func_iconv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/func_iconv.c b/funcs/func_iconv.c
index f3f49bff7..74f32412b 100644
--- a/funcs/func_iconv.c
+++ b/funcs/func_iconv.c
@@ -25,6 +25,7 @@
*/
/*** MODULEINFO
+ <depend>iconv</depend>
***/
#include "asterisk.h"