]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Use better face names first in wxGTK wxNativeFontInfo::SetFamily().
[wxWidgets.git] / configure
index d9bf770b06d772cb74a276f3d9fa2c304329d5e2..96e4f07a1ae005fc2f5c2cd023f473fa32fda920 100755 (executable)
--- a/configure
+++ b/configure
@@ -53827,14 +53827,7 @@ echo "${ECHO_T}disabled" >&6; }
 
         if test "x$GCC" = "xyes"; then
             DEPSMODE=gcc
-            case "${BAKEFILE_HOST}" in
-                *-*-darwin* )
-                                                            DEPSFLAG="-no-cpp-precomp -MMD"
-                ;;
-                * )
-                    DEPSFLAG="-MMD"
-                ;;
-            esac
+            DEPSFLAG="-MMD"
             { echo "$as_me:$LINENO: result: gcc" >&5
 echo "${ECHO_T}gcc" >&6; }
         elif test "x$MWCC" = "xyes"; then