--- freem/configure.ac 2025/05/08 12:52:52 1.35 +++ freem/configure.ac 2025/05/14 12:22:03 1.36 @@ -1,5 +1,5 @@ # -# $Id: configure.ac,v 1.35 2025/05/08 12:52:52 snw Exp $ +# $Id: configure.ac,v 1.36 2025/05/14 12:22:03 snw Exp $ # autoconf rules for FreeM # # @@ -24,6 +24,9 @@ # along with FreeM. If not, see . # # $Log: configure.ac,v $ +# Revision 1.36 2025/05/14 12:22:03 snw +# Further work on shared memory +# # Revision 1.35 2025/05/08 12:52:52 snw # Begin development on 0.65.0 # @@ -135,6 +138,7 @@ AX_LIB_READLINE # AX_CHECK_COMPILE_FLAG([-Wno-stringop-truncation], [AX_APPEND_FLAG([-Wno-stringop-truncation])]) # AX_CHECK_COMPILE_FLAG([-Wno-parentheses], [AX_APPEND_FLAG([-Wno-parentheses])]) # AX_CHECK_COMPILE_FLAG([-Wno-pointer-sign], [AX_APPEND_FLAG([-Wno-pointer-sign])]) +# AX_CHECK_COMPILE_FLAG([-fstack-protector], [AX_APPEND_FLAG([-fstack-protector])]) # check for libm AC_CHECK_LIB([m], [powf])