mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
fix a libtonezone detection issue on FreeBSD
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -185,7 +185,7 @@ fi
|
|||||||
if test "x${PBX_OSTYPE}" = "xLinux" ; then
|
if test "x${PBX_OSTYPE}" = "xLinux" ; then
|
||||||
AST_EXT_LIB([tonezone], [tone_zone_find], [linux/zaptel.h], [ZAPTEL], [Zaptel])
|
AST_EXT_LIB([tonezone], [tone_zone_find], [linux/zaptel.h], [ZAPTEL], [Zaptel])
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
GSM_INTERNAL="yes"
|
GSM_INTERNAL="yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user