fixed <iostream> detection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-06-19 12:12:27 +00:00
parent d6e969f677
commit 57fe5ed056
2 changed files with 7 additions and 10 deletions

8
configure vendored
View File

@@ -10867,13 +10867,13 @@ fi
done
if test "x$HAVE_IOSTREAM" = x ; then
if test "$ac_cv_header_iostream" = "yes" ; then
:
else
cat >> confdefs.h <<\EOF
#define wxUSE_IOSTREAMH 1
EOF
else
:
fi
ac_ext=c
@@ -15339,7 +15339,7 @@ fi
done
if test "$ac_cv_header_ole2_h" = "yes" ; then
if test "$ac_cv_header_ole2_h" = "yes" ; then
if test "$GCC" = yes ; then
ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
ALL_DEPFILES="$ALL_DEPFILES \$(OLEDEPS)"