From 1515f1b3bafa60099e15980c3e30285472d663f4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 18 Dec 2017 14:21:31 +0100 Subject: [PATCH] Disable ssp on HaikuOS --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 82a47465..3a01e322 100644 --- a/configure.ac +++ b/configure.ac @@ -264,7 +264,7 @@ AS_CASE([$host_os], AS_IF([test "x$enable_ssp" != "xno"],[ AS_CASE([$host_os], - [cygwin*|mingw*|msys|pw32*|cegcc*], [ ], + [cygwin*|mingw*|msys|pw32*|cegcc*|haiku], [ ], [*], [ AX_CHECK_COMPILE_FLAG([-fstack-protector], [ AX_CHECK_LINK_FLAG([-fstack-protector],