forked from boostorg/config
bugfix
[SVN r17083]
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user