Skip to content

Commit d936b2c

Browse files
committed
Remove unused PHP_TARGET_RDYNAMIC m4 macro
This has been once used with apache sapi. Since PHP 7.0 it is not used in the PHP anymore.
1 parent 3a6ac84 commit d936b2c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

acinclude.m4

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -271,25 +271,6 @@ dnl -------------------------------------------------------------------------
271271
dnl Compiler characteristics checks
272272
dnl -------------------------------------------------------------------------
273273

274-
dnl
275-
dnl PHP_TARGET_RDYNAMIC
276-
dnl
277-
dnl Checks whether -rdynamic is supported by the compiler. This
278-
dnl is necessary for some targets to populate the global symbol
279-
dnl table. Otherwise, dynamic modules would not be able to resolve
280-
dnl PHP-related symbols.
281-
dnl
282-
dnl If successful, adds -rdynamic to PHP_LDFLAGS.
283-
dnl
284-
AC_DEFUN([PHP_TARGET_RDYNAMIC],[
285-
if test -n "$GCC"; then
286-
PHP_CHECK_GCC_ARG(-rdynamic, gcc_rdynamic=yes)
287-
if test "$gcc_rdynamic" = "yes"; then
288-
PHP_LDFLAGS="$PHP_LDFLAGS -rdynamic"
289-
fi
290-
fi
291-
])
292-
293274
dnl
294275
dnl PHP_RUNPATH_SWITCH
295276
dnl

0 commit comments

Comments
 (0)