Skip to content

Commit 0dded18

Browse files
author
Andrei Zmievski
committed
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
1 parent 8237626 commit 0dded18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

acinclude.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,9 +1890,6 @@ AC_DEFUN([PHP_SHLIB_SUFFIX_NAME],[
18901890
*hpux*[)]
18911891
SHLIB_SUFFIX_NAME=sl
18921892
;;
1893-
*darwin*[)]
1894-
SHLIB_SUFFIX_NAME=dylib
1895-
;;
18961893
esac
18971894
])
18981895

0 commit comments

Comments
 (0)