Disable ssp on HaikuOS

This commit is contained in:
Frank Denis 2017-12-18 14:21:31 +01:00
parent 69642f0409
commit 1dd73862be

View File

@ -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],