summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 0d89341a75..04864733ae 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -163,10 +163,6 @@ phpize_autotools()
$PHP_AUTOCONF || exit 1
$PHP_AUTOHEADER || exit 1
-
- # Disable PACKAGE_* symbols in config.h.in
- $SED -e 's/^#undef PACKAGE_[^ ]*/\/\* & \*\//g' < config.h.in > config.h.in.tmp
- mv config.h.in.tmp config.h.in
}
# Main script