mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Autotools: Move HAVE_DTRACE to configure.ac (#15160)
Following32210ce967
and9ea290b72b
, this moves the HAVE_DTRACE preprocessor macro definition back to configure.ac so that PHP_INIT_DTRACE Autoconf macro can be used in extensions without redefinition interference.
This commit is contained in:
parent
4d46f26327
commit
49a08d5ca3
2 changed files with 5 additions and 4 deletions
|
@ -2387,7 +2387,6 @@ EOF
|
|||
;;
|
||||
esac
|
||||
|
||||
AC_DEFINE([HAVE_DTRACE], [1], [Define to 1 if DTrace support is enabled.])
|
||||
PHP_SUBST([PHP_DTRACE_OBJS])
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue