mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
check for compiler support for -fno-strict-overflow before using it (tested with Debian's gcc 4.3, 4.1 and 3.4)
(closes issue #12179) Reported by: Netview git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@107408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -62,6 +62,7 @@ sysconfdir = @sysconfdir@
|
||||
AST_DEVMODE=@AST_DEVMODE@
|
||||
|
||||
AST_DECLARATION_AFTER_STATEMENT=@AST_DECLARATION_AFTER_STATEMENT@
|
||||
AST_NO_STRICT_OVERFLOW=@AST_NO_STRICT_OVERFLOW@
|
||||
|
||||
ASOUND_INCLUDE=@ALSA_INCLUDE@
|
||||
ASOUND_LIB=@ALSA_LIB@
|
||||
|
Reference in New Issue
Block a user