summaryrefslogtreecommitdiff
path: root/makeopts.in
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 /makeopts.in
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 'makeopts.in')
-rw-r--r--makeopts.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 60e988c68..03da9046c 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -90,6 +90,10 @@ GTK_LIB=@GTK_LIB@
GTK2_INCLUDE=@GTK2_INCLUDE@
GTK2_LIB=@GTK2_LIB@
+
+ICONV_INCLUDE=@ICONV_INCLUDE@
+ICONV_LIB=@ICONV_LIB@
+
IKSEMEL_INCLUDE=@IKSEMEL_INCLUDE@
IKSEMEL_LIB=@IKSEMEL_LIB@