Skip to content

Commit

Permalink
- Complement for Jani's fix. Likely fix the iconv issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriyoshi Koizumi committed Feb 9, 2005
1 parent 5304374 commit 352fc43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,11 @@ AC_DEFUN([PHP_SHLIB_SUFFIX_NAME],[
SHLIB_SUFFIX_NAME=so
case $host_alias in
*hpux*[)]
SHLIB_SUFFIX_NAME=sl
;;
SHLIB_SUFFIX_NAME=sl
;;
*darwin*[)]
SHLIB_SUFFIX_NAME=dylib
;;
esac
])

Expand Down

0 comments on commit 352fc43

Please sign in to comment.