diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-18 20:33:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-18 20:33:45 +0000 |
commit | ab746abfc05c28824b25e12b86a538b09fb9275d (patch) | |
tree | 35409ccc9689143920a45894a107fec0e10b90a6 | |
parent | 1c43d0c5afaff6d2151d7d2ba774ece9d2dc78cb (diff) |
Stuf
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; \ |