Only use -Wstrict-prototypes with gcc 3.3 or later.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 10:11:50 +0000 (10:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 10:11:50 +0000 (10:11 +0000)
commita49bebc74e03a265a0b50859120c5332a6ab55b9
tree447b9420e376d94bd4c53c89746fd0156b894162
parent8777ba7e42b342e13d9a39c5d6d331801cfab13b
Only use -Wstrict-prototypes with gcc 3.3 or later.
It is working with earlier versions, but when I use it with 3.0.3, I can't
get it to ignore errors in "system headers" with -isystem so we get
excessive amounts of warnings on SSL headers which is very annoying.
configure.ac