Add comment about PASE defines

This commit is contained in:
Calvin Buckley
2023-01-30 16:02:50 -04:00
parent e53fd03e4c
commit 0a9c66ff8c

View File

@@ -71,6 +71,7 @@ if test "$PHP_IBM_DB2" != "no"; then
], "-L$i/lib" )
done
dnl XXX: Should convert defines from PASE to __PASE__, in line with IBM GCC
if test "$IBM_DB2_PASE" = "yes" ; then
PHP_NEW_EXTENSION(ibm_db2, ibm_db2.c, $ext_shared,,-DPASE)
else