mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 19:04:47 +00:00
to go along with the last commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4570 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6ae16d1523
commit
4167d0ba00
6
configure
vendored
6
configure
vendored
@ -20037,7 +20037,7 @@ if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
|
|||||||
SOLINK="-Bdynamic -dy -G"
|
SOLINK="-Bdynamic -dy -G"
|
||||||
elif test "x${ax_cv_c_compiler_vendor}" = "xgnu" ; then
|
elif test "x${ax_cv_c_compiler_vendor}" = "xgnu" ; then
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-darwin*)
|
*darwin*)
|
||||||
SOLINK="-dynamic -bundle -force-flat-namespace"
|
SOLINK="-dynamic -bundle -force-flat-namespace"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@ -20053,7 +20053,7 @@ fi
|
|||||||
# set DYNAMIC_LIB_EXTEN
|
# set DYNAMIC_LIB_EXTEN
|
||||||
# we should really be using libtool so we don't need to do this
|
# we should really be using libtool so we don't need to do this
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-darwin*)
|
*darwin*)
|
||||||
DYNAMIC_LIB_EXTEN="dylib"
|
DYNAMIC_LIB_EXTEN="dylib"
|
||||||
;;
|
;;
|
||||||
*cygwin* | *mingw*)
|
*cygwin* | *mingw*)
|
||||||
@ -20218,7 +20218,7 @@ fi
|
|||||||
|
|
||||||
# tweak platform specific flags
|
# tweak platform specific flags
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-darwin*)
|
*darwin*)
|
||||||
|
|
||||||
if test "x$SWITCH_AM_CFLAGS" = "x"; then
|
if test "x$SWITCH_AM_CFLAGS" = "x"; then
|
||||||
test "x$silent" != "xyes" && echo " setting SWITCH_AM_CFLAGS to \"-DMACOSX\""
|
test "x$silent" != "xyes" && echo " setting SWITCH_AM_CFLAGS to \"-DMACOSX\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user