Automated update

This commit is contained in:
cltbld%netscape.com 2003-09-11 16:26:33 +00:00
parent cdb8d07924
commit 8a43da6d99

2
configure vendored
View File

@ -4764,7 +4764,7 @@ echo "configure:4762: checking for VisualAge C++ compiler version >= 5.0.2.0" >&
#include "confdefs.h"
int main() {
#if (__IBMCPP__ < 520)
#if (__IBMCPP__ < 502)
#error "Bad compiler"
#endif
; return 0; }