|
|
|
@ -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 |
|
|
|
|