git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4570
d0543943-73ff-0310-b7d9-
9358b9ac24b2
SOLINK="-Bdynamic -dy -G"
elif test "x${ax_cv_c_compiler_vendor}" = "xgnu" ; then
case "$host" in
- *-darwin*)
+ *darwin*)
SOLINK="-dynamic -bundle -force-flat-namespace"
;;
*)
# set DYNAMIC_LIB_EXTEN
# we should really be using libtool so we don't need to do this
case "$host" in
- *-darwin*)
+ *darwin*)
DYNAMIC_LIB_EXTEN="dylib"
;;
*cygwin* | *mingw*)
# tweak platform specific flags
case "$host" in
- *-darwin*)
+ *darwin*)
if test "x$SWITCH_AM_CFLAGS" = "x"; then
test "x$silent" != "xyes" && echo " setting SWITCH_AM_CFLAGS to \"-DMACOSX\""