]> granicus.if.org Git - php/commitdiff
On Mac OSX, our extensions are actually "bundles" and should not have
authorAndrei Zmievski <andrei@php.net>
Mon, 27 Mar 2006 04:59:36 +0000 (04:59 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 27 Mar 2006 04:59:36 +0000 (04:59 +0000)
.dylib extension. Read this:

http://www.sm.luth.se/~alapaa/file_fetch/unixcdbookshelf/mac/ch05_03.htm

acinclude.m4

index 46f704e50cb11918fd854f0c219bd14603e95a87..33b286cfbdc5131aa7925296938567d788d761d0 100644 (file)
@@ -1890,9 +1890,6 @@ AC_DEFUN([PHP_SHLIB_SUFFIX_NAME],[
   *hpux*[)]
     SHLIB_SUFFIX_NAME=sl
     ;;
-  *darwin*[)]
-    SHLIB_SUFFIX_NAME=dylib
-    ;;
   esac
 ])