]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
to go along with the last commit
authorMichael Jerris <mike@jerris.com>
Mon, 12 Mar 2007 17:53:52 +0000 (17:53 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 12 Mar 2007 17:53:52 +0000 (17:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4570 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure

index a38712c8297d950fe7cc45e6b24dd9ad3e6a4b7b..5eb4f520bbf616ac04f743c196c33df1ab13650d 100755 (executable)
--- a/configure
+++ b/configure
@@ -20037,7 +20037,7 @@ if test "x${ax_cv_c_compiler_vendor}"  =  "xsun" ; then
     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 @@ fi
 # 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 @@ fi
 
 # 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\""