File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -986,7 +986,10 @@ dnl $1 = name of extension, $2 = extension upon which it depends
986
986
dnl $3 = optional: if true, it's ok for $2 to have not been configured default
987
987
dnl is false and should halt the build. To be effective, this macro must be
988
988
dnl invoked *after* PHP_NEW_EXTENSION. The extension on which it depends must
989
- dnl also have been configured. See ADD_EXTENSION_DEP in win32 build.
989
+ dnl also have been configured. Due to the limited genif.sh parsing and regex
990
+ dnl matching implementation, this macro must be called on its own line, and its
991
+ dnl arguments must be passed unquoted (without Autoconf '[' and ']' characters.
992
+ dnl For Windows, see 'ADD_EXTENSION_DEP' in the win32 build.
990
993
dnl
991
994
AC_DEFUN ( [ PHP_ADD_EXTENSION_DEP] , [
992
995
am_i_shared=$[ PHP_] translit ( $1 ,a-z_- ,A-Z__ ) [ _SHARED]
You can’t perform that action at this time.
0 commit comments