aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
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 /makeopts.in
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 '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@