ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/configure
(Generate patch)

Comparing trunk/OOPSE-4/configure (file contents):
Revision 2502 by gezelter, Thu Dec 8 22:04:30 2005 UTC vs.
Revision 2505 by gezelter, Fri Dec 9 17:11:12 2005 UTC

# Line 7622 | Line 7622 | cat > conftest.c <<EOF
7622  
7623   cat > conftest.c <<EOF
7624   #ifdef __GNUC__
7625 <  #ifndef __INTEL_COMPILER
7625 >  #if defined(__INTEL_COMPILER) || defined(__PATHCC__)
7626 >     no;
7627 >  #else
7628       yes;
7629    #endif
7630   #endif
# Line 8083 | Line 8085 | cat > conftest.cpp <<EOF
8085  
8086   cat > conftest.cpp <<EOF
8087   #ifdef __GNUC__
8088 <  #ifndef __INTEL_COMPILER
8088 >  #if defined(__INTEL_COMPILER) || defined(__PATHCC__)
8089 >     no;
8090 >  #else
8091       yes;
8092    #endif
8093   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines