Disable ssp on HaikuOS
This commit is contained in:
parent
83b031bfd7
commit
1515f1b3ba
@ -264,7 +264,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*], [ ],
|
[cygwin*|mingw*|msys|pw32*|cegcc*|haiku], [ ],
|
||||||
[*], [
|
[*], [
|
||||||
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