Automated update

This commit is contained in:
briano%netscape.com 1999-06-05 02:35:01 +00:00
parent d9873421ae
commit 99387503e9

2
configure vendored
View File

@ -7957,7 +7957,7 @@ else
#include "confdefs.h"
#include <iostream.h>
int main() {
ostream *foo=new ostream();
streambuf *xxx; ostream *foo=new ostream(xxx);
; return 0; }
EOF
if { (eval echo configure:7964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then