]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Fixed a little bug that would come back to bite us when gcc3.5 comes out...
[user/henk/code/inspircd.git] / configure
index a9d695aea83cc17d961b88018ff1635450f89d74..6f54c538698fe10f28636c94cc38c82742f1fc35 100755 (executable)
--- a/configure
+++ b/configure
@@ -427,7 +427,7 @@ echo "/* Auto generated by configure, do not modify! */" >include/inspircd_confi
 echo "" >>include/inspircd_config.h
 if [ "$GCCVER" -eq "3" ] ; then
 echo "#define GCC3" >>include/inspircd_config.h
-       if [ "$GCC34" -eq "4" ] ; then
+       if [ "$GCC34" -gt "3" ] ; then
                echo "#define GCC34" >>include/inspircd_config.h
        fi
 fi