Skip to content

Commit 442cf83

Browse files
committed
Add compatibility define for PHP_CHECK_GCC_ARG
This defines the m4 macro, but makes it always error.
1 parent 9acabd8 commit 442cf83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/php.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ if test "$PHP_RPATH" = "no"; then
304304
fi
305305
])
306306

307+
AC_DEFUN([PHP_CHECK_GCC_ARG],[
308+
AC_MSG_ERROR([Use AX_CHECK_COMPILE_FLAG instead])
309+
])
310+
307311
dnl
308312
dnl PHP_LIBGCC_LIBPATH(gcc)
309313
dnl

0 commit comments

Comments
 (0)