summaryrefslogtreecommitdiff
blob: e438ffd2deb1cf9b799fc8f9f3f0cd6b7c4c842f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN Gauche-0.8.6.orig/m4/gauche.m4 Gauche-0.8.6/m4/gauche.m4
--- Gauche-0.8.6.orig/m4/gauche.m4	2005-10-05 22:31:32.000000000 +0900
+++ Gauche-0.8.6/m4/gauche.m4	2005-11-06 16:50:52.000000000 +0900
@@ -103,7 +103,7 @@
   i686-*) I686OPT="-DUSE_I686_PREFETCH";;
 esac
 case "$CC" in
-  gcc*)  # some systems may have gcc-2.95, gcc-3, etc.
+  *gcc*)  # some systems may have gcc-2.95, gcc-3, etc.
     case "$target" in
       *mingw*) ;;
       *)     GCCOPT="-fomit-frame-pointer";;