From 30c1c53164f8546f906f7200840c4af48f246701 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 1 Jul 2019 13:23:41 +0200 Subject: Remove TSRM_BASIC_CHECKS This macro is not needed anymore. The AC_PROG_CC is done in the main configure.ac file and the ranlib check is done by the bundled libtool macros. Closes GH-4339 --- TSRM/tsrm.m4 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TSRM') diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4 index 9caad3ab65..0330d7a7da 100644 --- a/TSRM/tsrm.m4 +++ b/TSRM/tsrm.m4 @@ -1,13 +1,5 @@ dnl This file contains TSRM specific autoconf macros. -dnl -dnl TSRM_BASIC_CHECKS -dnl -AC_DEFUN([TSRM_BASIC_CHECKS],[ -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_PROG_RANLIB])dnl -]) - dnl dnl TSRM_CHECK_PTH dnl -- cgit v1.2.1