aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ])