Stuf
authorEric Andersen <andersen@codepoet.org>
Thu, 18 Nov 1999 20:33:45 +0000 (20:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 18 Nov 1999 20:33:45 +0000 (20:33 -0000)
Makefile

index d84bf027d731fa6f58494ec5aee2a85f513e0084..c982cc6760ed6877997bc7fc06f42506133871a9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ GCCMINVERSION=`$(CC) --version | sed -n "s/^\([0-9]\)\.\([0-9].*\)[\.].*/\2/p"`
 
 GCCSUPPORTSOPTSIZE=$(shell \
 if ( test $(GCCMAJVERSION) -eq 2 ) ; then \
-    if ( test $(GCCMINVERSION) -ge 95 ) ; then \
+    if ( test $(GCCMINVERSION) -ge 91 ) ; then \
        echo "true"; \
     else \
        echo "false"; \