- 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:38:55 +0000 (12:38 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 11 Jun 2015 12:38:55 +0000 (12:38 +0000)
  depending on what the compiler supports

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6102 82007160-df01-0410-b94d-b575c5fd34c7

configure.ac

index faf06e4aae8ec9ee6117e10d90e8d88fe946ee98..e7df38b1fdd5d4b2bd31fdf0c5aa2c8456d41b2d 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