From 01379fe68c7baecef30fc36d8770003fd0c1d4e1 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 11 Aug 2024 15:06:04 +0200 Subject: [PATCH] Disable ssp on Solaris where people may use old toolchains --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b64e700b..0ea521c6 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,7 @@ AS_CASE([$host_os], AS_IF([test "x$enable_ssp" != "xno"],[ AS_CASE([$host_os], - [cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*], [ ], + [solaris*|cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*], [ ], [*], [ AX_CHECK_COMPILE_FLAG([-fstack-protector], [ AX_CHECK_LINK_FLAG([-fstack-protector],