]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix a libtonezone detection issue on FreeBSD
authorRussell Bryant <russell@russellbryant.com>
Sun, 30 Apr 2006 15:29:38 +0000 (15:29 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sun, 30 Apr 2006 15:29:38 +0000 (15:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23704 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configure.ac

index 4012a918aae4ef0473e22082fe30fd7478c595db..b90d5d32e8b85554a1fddad9fa36a64d6b63ee77 100644 (file)
@@ -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"