Don't enable the stack protector on unknown operating systems
This commit is contained in:
parent
be509424e9
commit
697a371a42
@ -278,7 +278,7 @@ AS_CASE([$host_os],
|
|||||||
AS_IF([test "x$enable_ssp" != "xno"],[
|
AS_IF([test "x$enable_ssp" != "xno"],[
|
||||||
|
|
||||||
AS_CASE([$host_os],
|
AS_CASE([$host_os],
|
||||||
[cygwin*|mingw*|msys|pw32*|cegcc*|haiku], [ ],
|
[cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none], [ ],
|
||||||
[*], [
|
[*], [
|
||||||
AX_CHECK_COMPILE_FLAG([-fstack-protector], [
|
AX_CHECK_COMPILE_FLAG([-fstack-protector], [
|
||||||
AX_CHECK_LINK_FLAG([-fstack-protector],
|
AX_CHECK_LINK_FLAG([-fstack-protector],
|
||||||
|
Loading…
Reference in New Issue
Block a user