]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
fixed <iostream> detection
[wxWidgets.git] / configure
index f2e49f4c2c5dba3c9ff6401d4173b7b306737b25..d2e5edc1a5d8910f71d7bc08110c8d50a07d0715 100755 (executable)
--- a/configure
+++ b/configure
 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)"