diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-07-31 05:59:05 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-07-31 05:59:05 +0200 |
commit | 7c1e0930c4c2e433e01884253dd1539ca8c31bd3 (patch) | |
tree | c53b68bf3d695c65cc5b6a6b33fc9dd2fd71e889 /acinclude.m4 | |
parent | b719aa41f4c2ecb66fed4f829ceb30854553e113 (diff) | |
download | php-git-7c1e0930c4c2e433e01884253dd1539ca8c31bd3.tar.gz |
Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS
This removes two old Autoconf macro definitions since they are not used
anymore.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 6ad8070c9d..1deb50d298 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -283,7 +283,6 @@ dnl If successful, adds -rdynamic to PHP_LDFLAGS. dnl AC_DEFUN([PHP_TARGET_RDYNAMIC],[ if test -n "$GCC"; then - dnl we should use a PHP-specific macro here PHP_CHECK_GCC_ARG(-rdynamic, gcc_rdynamic=yes) if test "$gcc_rdynamic" = "yes"; then PHP_LDFLAGS="$PHP_LDFLAGS -rdynamic" |