From: Antony Dovgal Date: Thu, 24 Aug 2006 16:00:35 +0000 (+0000) Subject: it's not a PEAR only issue, this happens with shared builds also X-Git-Tag: RELEASE_1_0_0RC1~1888 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a934fcb749021e8d7ea9b35e2d28632b82fd5794;p=php it's not a PEAR only issue, this happens with shared builds also --- diff --git a/ext/pdo/config.m4 b/ext/pdo/config.m4 index 71379a338c..c823b7b45e 100755 --- a/ext/pdo/config.m4 +++ b/ext/pdo/config.m4 @@ -37,7 +37,6 @@ if test "$PHP_PDO" != "no"; then if test "$ext_shared" = "yes" ; then case $host_alias in *darwin*) - if test "$pdo_running_under_pear" = "1"; then AC_MSG_ERROR([ Due to the way that loadable modules work on OSX/Darwin, you need to compile the PDO package statically into the PHP core. @@ -45,7 +44,6 @@ compile the PDO package statically into the PHP core. Please follow the instructions at: http://netevil.org/node.php?nid=202 for more detail on this issue. ]) - fi ext_shared=no ;; esac