From 9cad5993a286048d3b6485640e521fb9f27877d2 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 3 Mar 2015 18:39:31 +0100 Subject: Drop test for adding -lssp again, not required with latest libtool Signed-off-by: Corinna Vinschen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 982fb82..6a50c1b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ]) ]) -- cgit v1.2.3-55-g6feb