summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-04-30 15:29:38 +0000
committerRussell Bryant <russell@russellbryant.com>2006-04-30 15:29:38 +0000
commit48c659cf0e1bef4f9a2b34cd992aa5d680603026 (patch)
tree0b8510286ff8e67c8133bd0bd7e24bdd03239e0f
parenteb38f13a2ecbd5c22a7c9627fc7b891e03f2f105 (diff)
fix a libtonezone detection issue on FreeBSD
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4012a918a..b90d5d32e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,7 @@ fi
if test "x${PBX_OSTYPE}" = "xLinux" ; then
AST_EXT_LIB([tonezone], [tone_zone_find], [linux/zaptel.h], [ZAPTEL], [Zaptel])
else
- AST_EXT_LIB([tonezone], [tone_zone_find], [zaptel.h], [ZAPTEL], [Zaptel])
+ AST_EXT_LIB([tonezone], [tone_zone_find], [zaptel.h], [ZAPTEL], [Zaptel], [-lm])
fi
GSM_INTERNAL="yes"