Diff for /freem/configure.ac between versions 1.35 and 1.36

version 1.35, 2025/05/08 12:52:52 version 1.36, 2025/05/14 12:22:03
Line 24 Line 24
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #  #
 #   $Log$  #   $Log$
   #   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  #   Revision 1.35  2025/05/08 12:52:52  snw
 #   Begin development on 0.65.0  #   Begin development on 0.65.0
 #  #
Line 135  AX_LIB_READLINE Line 138  AX_LIB_READLINE
 # AX_CHECK_COMPILE_FLAG([-Wno-stringop-truncation], [AX_APPEND_FLAG([-Wno-stringop-truncation])])  # 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-parentheses], [AX_APPEND_FLAG([-Wno-parentheses])])
 # AX_CHECK_COMPILE_FLAG([-Wno-pointer-sign], [AX_APPEND_FLAG([-Wno-pointer-sign])])  # 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  # check for libm
 AC_CHECK_LIB([m], [powf])  AC_CHECK_LIB([m], [powf])

Removed from v.1.35  
changed lines
  Added in v.1.36


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>