From: Nikita Popov Date: Tue, 4 Aug 2020 14:11:58 +0000 (+0200) Subject: Add compatibility define for PHP_CHECK_GCC_ARG X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=442cf83b5c526bf8c77e2348dcf915d530d9f7ba;p=php Add compatibility define for PHP_CHECK_GCC_ARG This defines the m4 macro, but makes it always error. --- diff --git a/build/php.m4 b/build/php.m4 index 1059d7f2f4..b7402ff866 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -304,6 +304,10 @@ if test "$PHP_RPATH" = "no"; then fi ]) +AC_DEFUN([PHP_CHECK_GCC_ARG],[ + AC_MSG_ERROR([Use AX_CHECK_COMPILE_FLAG instead]) +]) + dnl dnl PHP_LIBGCC_LIBPATH(gcc) dnl