[SVN r17083]
This commit is contained in:
Dave Abrahams
2003-01-29 20:28:46 +00:00
parent ddd1594f79
commit 8c654b6131
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -1791,7 +1791,7 @@ else
fi
# add the -AA conformance option to CXXFLAGS for HP aCC only
if test $CXX = 'aCC'
if test $CXX = 'aCC'; then
CXXFLAGS="-AA $CXXFLAGS"
fi

View File

@ -130,7 +130,7 @@ else
fi
# add the -AA conformance option to CXXFLAGS for HP aCC only
if test $CXX = 'aCC'
if test $CXX = 'aCC'; then
CXXFLAGS="-AA $CXXFLAGS"
fi