diff --git a/configure b/configure index a38712c829..5eb4f520bb 100755 --- 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\""