From a934fcb749021e8d7ea9b35e2d28632b82fd5794 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 24 Aug 2006 16:00:35 +0000 Subject: [PATCH] it's not a PEAR only issue, this happens with shared builds also --- ext/pdo/config.m4 | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.50.1