From 445dc37c16ae1c72d2d8edc3843e0cbcf2651622 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 | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 8e8e75b9..5ce5924a 100755 --- a/configure +++ b/configure @@ -8892,7 +8892,7 @@ then : case $host_os in #( - cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*) : + solaris*|cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*) : ;; #( *) : diff --git a/configure.ac b/configure.ac index 0b27e065..37e6584a 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],