andrei          Mon Mar 27 04:59:36 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    acinclude.m4 
  Log:
  On Mac OSX, our extensions are actually "bundles" and should not have
  .dylib extension. Read this:
  
  http://www.sm.luth.se/~alapaa/file_fetch/unixcdbookshelf/mac/ch05_03.htm
  
  
http://cvs.php.net/viewcvs.cgi/php-src/acinclude.m4?r1=1.332.2.10&r2=1.332.2.11&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.332.2.10 php-src/acinclude.m4:1.332.2.11
--- php-src/acinclude.m4:1.332.2.10     Tue Feb 28 12:26:03 2006
+++ php-src/acinclude.m4        Mon Mar 27 04:59:36 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.332.2.10 2006/02/28 12:26:03 helly Exp $
+dnl $Id: acinclude.m4,v 1.332.2.11 2006/03/27 04:59:36 andrei Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -1890,9 +1890,6 @@
   *hpux*[)]
     SHLIB_SUFFIX_NAME=sl
     ;;
-  *darwin*[)]
-    SHLIB_SUFFIX_NAME=dylib
-    ;;
   esac
 ])
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to