From 58b176437536d3f9c9d6a81f0553185ec76b75b5 Mon Sep 17 00:00:00 2001 From: russell Date: Sun, 30 Apr 2006 15:29:38 +0000 Subject: fix a libtonezone detection issue on FreeBSD git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23704 f38db490-d61c-443f-a65b-d21fe96a405b --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3