Drop test for adding -lssp again, not required with latest libtool

Signed-off-by: Corinna Vinschen <github@cygwin.de>
This commit is contained in:
Corinna Vinschen 2015-03-03 18:39:31 +01:00
parent 98902539a4
commit 9cad5993a2

View File

@ -167,7 +167,7 @@ AS_IF([test "x$enable_hardening" = "xyes"], [
AC_MSG_WARN([compiler does not appear to support stack protection])
)
)
AS_IF([test "x$HOST_OS" = "xwin" -o "x$HOST_OS" = "xcygwin"], [
AS_IF([test "x$HOST_OS" = "xwin"], [
AC_SEARCH_LIBS([__stack_chk_guard],[ssp])
])
])