[Freeswitch-svn] [commit] r4570 - freeswitch/trunk
Freeswitch SVN
mikej at freeswitch.org
Mon Mar 12 13:53:53 EDT 2007
Author: mikej
Date: Mon Mar 12 13:53:52 2007
New Revision: 4570
Modified:
freeswitch/trunk/configure
Log:
to go along with the last commit
Modified: freeswitch/trunk/configure
==============================================================================
--- freeswitch/trunk/configure (original)
+++ freeswitch/trunk/configure Mon Mar 12 13:53:52 2007
@@ -20037,7 +20037,7 @@
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"
;;
*)
@@ -20053,7 +20053,7 @@
# 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*)
@@ -20218,7 +20218,7 @@
# 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\""
More information about the Freeswitch-svn
mailing list