From 6d383cd95d34a8fa4ff47d3d2c45fe17e9db20d7 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 4 Apr 2008 18:28:05 +0000 Subject: Fri Apr 4 18:27:57 UTC 2008 Johnny Willemsen --- ACE/ChangeLog | 7 +++++++ ACE/configure.ac | 8 +++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 669374d8824..725d4a793cf 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 4 18:27:57 UTC 2008 Johnny Willemsen + + * configure.ac: + Fixed iostream detection. This fixes bugzilla 3288 + This to Thomas Girard + for reporting this. + Thu Apr 3 14:13:57 UTC 2008 Johnny Willemsen * include/makeinclude/platform_vxworks5.5.x.GNU: diff --git a/ACE/configure.ac b/ACE/configure.ac index d136a7c8e5d..19e1b1622f9 100644 --- a/ACE/configure.ac +++ b/ACE/configure.ac @@ -1013,11 +1013,9 @@ AC_CHECK_HEADER([memory],,) dnl Check for availablity of "new style" C++ stream headers AC_CHECK_HEADERS([iomanip ios iostream istream ostream fstream streambuf], , - [AC_DEFINE([ACE_USES_OLD_IOSTREAMS])]) - -AC_CHECK_HEADER([iostream.h], - [AC_CHECK_HEADER([fstream.h],,[AC_DEFINE([ACE_LACKS_IOSTREAM_TOTALLY])])], - [AC_DEFINE([ACE_LACKS_IOSTREAM_TOTALLY])]) + [AC_CHECK_HEADERS([iostream.h fstream.h], + [AC_DEFINE([ACE_USES_OLD_IOSTREAMS])], + [AC_DEFINE([ACE_LACKS_IOSTREAM_TOTALLY])])]) dnl Check if platform needs to #include for dnl regular expression support -- cgit v1.2.1