From 697a371a42aaba52650a4905b36e10d312c27a41 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 16 Mar 2019 00:21:01 +0100 Subject: [PATCH] Don't enable the stack protector on unknown operating systems --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 02619d4a..d77f7ef7 100644 --- a/configure.ac +++ b/configure.ac @@ -278,7 +278,7 @@ AS_CASE([$host_os], AS_IF([test "x$enable_ssp" != "xno"],[ 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_LINK_FLAG([-fstack-protector],