From 6bb657fc348dba9f55e2d2fed601e3722a590fea Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 2 Mar 2019 23:15:52 +0100 Subject: Remove AC_PROG_CC_C_O The AC_PROG_CC_C_O macro checks if compiler can use both -c and -o options together and if not it defines the NO_MINUS_C_MINUS_O symbol. It is not used in current codebase and therefore removed. --- TSRM/tsrm.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'TSRM') diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4 index 9eabca30ad..84f67f3f1f 100644 --- a/TSRM/tsrm.m4 +++ b/TSRM/tsrm.m4 @@ -4,7 +4,6 @@ AC_DEFUN([TSRM_BASIC_CHECKS],[ AC_REQUIRE([AC_PROG_CC])dnl dnl AC_REQUIRE([AM_PROG_CC_STDC])dnl -AC_REQUIRE([AC_PROG_CC_C_O])dnl AC_REQUIRE([AC_PROG_RANLIB])dnl AC_CHECK_FUNCS(sigprocmask) -- cgit v1.2.1