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