diff options
author | Scott MacVicar <scottmac@php.net> | 2009-08-11 22:07:35 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2009-08-11 22:07:35 +0000 |
commit | 050653466fa1cbe7854699c2140483037da7a198 (patch) | |
tree | 1de14f48466e4d73cf44fba4d2545213da4eb640 /configure.in | |
parent | 6ffe4b2eff016022d7eda20d4cadb48f429d0486 (diff) | |
download | php-git-050653466fa1cbe7854699c2140483037da7a198.tar.gz |
Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff with the bind8 compatibility layer.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6296078fcd..2889870b15 100644 --- a/configure.in +++ b/configure.in @@ -254,7 +254,6 @@ case $host_alias in CPPFLAGS="$CPPFLAGS -no-cpp-precomp" fi fi - AC_DEFINE(BIND_8_COMPAT, 1, [Enabling BIND8 compatibility for Panther]) php_multiple_shlib_versions_ok=yes ;; *beos*) |