Skip to content

Commit 1f7df43

Browse files
committed
Remove probably unneeded spurious define
kadler points out this wouldn't have triggered on PASE, which should have in theory the same issues as AIX. We'll have to see if this breaks AIX LUW.
1 parent f062a39 commit 1f7df43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config.m4

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ if test "$PHP_PDO_IBM" != "no"; then
7171
dnl Don't forget to add additional source files here
7272
php_pdo_ibm_sources_core="pdo_ibm.c ibm_driver.c ibm_statement.c"
7373

74-
case "$host_alias" in
75-
*aix*)
76-
CPPFLAGS="$CPPFLAGS -D__H_LOCALEDEF";;
77-
esac
78-
7974
dnl Convert the includes to __PASE__ (for IBM-shipped GCC) or use AC_DEFINE
8075
if test "$PDO_IBM_PASE" = "yes" ; then
8176
PHP_NEW_EXTENSION(pdo_ibm, $php_pdo_ibm_sources_core, $ext_shared,,-I$pdo_cv_inc_path -DPASE)

0 commit comments

Comments
 (0)