- configure.ac: have HOPM to compile with -fstack-protector-strong and -fstack-protec...
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 11 Jun 2015 12:40:02 +0000 (12:40 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 11 Jun 2015 12:40:02 +0000 (12:40 +0000)
  depending on what the compiler supports

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6103 82007160-df01-0410-b94d-b575c5fd34c7

configure.ac

index ab6ce7927a854d98c32b62586073d5d745c33455..571dd2713ec043d62c22c711dda67906dcc0be8f 100644 (file)
@@ -24,6 +24,9 @@ AC_PROG_YACC
 dnl check for lexx
 AM_PROG_LEX
 
+GCC_STACK_PROTECT_CC
+GCC_STACK_PROTECT_LIB
+
 AX_LIBRARY_NET
 AX_ARG_ENABLE_ASSERT