Automated update

git-svn-id: svn://10.0.0.236/trunk@33906 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com 1999-06-05 02:35:01 +00:00
parent 536be0e408
commit 5ba7111437

2
mozilla/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