summaryrefslogtreecommitdiff
path: root/funcs/func_iconv.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2008-01-01 22:08:32 +0000
committerLuigi Rizzo <rizzo@icir.org>2008-01-01 22:08:32 +0000
commitb1c35179e6edda2419d5b99993e89a05b52a4cf7 (patch)
treeadf088ad4e055820cbe6519848b9581f859a0349 /funcs/func_iconv.c
parent3b830da05393facb7474a3039e51b05273f1032b (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: https://origsvn.digium.com/svn/asterisk/trunk@95624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"