This commit is contained in:
briano%netscape.com 1999-06-05 02:35:01 +00:00
Родитель f2e0a3d7db
Коммит ac11afaeee
1 изменённых файлов: 1 добавлений и 1 удалений

2
configure поставляемый
Просмотреть файл

@ -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