]> granicus.if.org Git - php/commitdiff
it's not a PEAR only issue
authorAntony Dovgal <tony2001@php.net>
Thu, 24 Aug 2006 16:00:43 +0000 (16:00 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 24 Aug 2006 16:00:43 +0000 (16:00 +0000)
ext/pdo/config.m4

index 8b6f6fbf392c14b4d1c506c7a23fe13381559bcb..e073d35587260f2434846e6ac4049923f1170f06 100755 (executable)
@@ -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