aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <github@cygwin.de>2015-03-03 18:39:31 +0100
committerCorinna Vinschen <github@cygwin.de>2015-03-03 18:39:31 +0100
commit9cad5993a286048d3b6485640e521fb9f27877d2 (patch)
treeda2119f2c465a0e054dfeead8be4ee047336ea2f
parent98902539a4eb64d2ee065e6f3d0cadb022cc60a6 (diff)
downloadportable-9cad5993a286048d3b6485640e521fb9f27877d2.tar.gz
portable-9cad5993a286048d3b6485640e521fb9f27877d2.tar.bz2
portable-9cad5993a286048d3b6485640e521fb9f27877d2.zip
Drop test for adding -lssp again, not required with latest libtool
Signed-off-by: Corinna Vinschen <github@cygwin.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"], [
167 AC_MSG_WARN([compiler does not appear to support stack protection]) 167 AC_MSG_WARN([compiler does not appear to support stack protection])
168 ) 168 )
169 ) 169 )
170 AS_IF([test "x$HOST_OS" = "xwin" -o "x$HOST_OS" = "xcygwin"], [ 170 AS_IF([test "x$HOST_OS" = "xwin"], [
171 AC_SEARCH_LIBS([__stack_chk_guard],[ssp]) 171 AC_SEARCH_LIBS([__stack_chk_guard],[ssp])
172 ]) 172 ])
173 ]) 173 ])