forked from boostorg/config
bugfix
[SVN r17083]
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -1791,7 +1791,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# add the -AA conformance option to CXXFLAGS for HP aCC only
|
# add the -AA conformance option to CXXFLAGS for HP aCC only
|
||||||
if test $CXX = 'aCC'
|
if test $CXX = 'aCC'; then
|
||||||
CXXFLAGS="-AA $CXXFLAGS"
|
CXXFLAGS="-AA $CXXFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# add the -AA conformance option to CXXFLAGS for HP aCC only
|
# add the -AA conformance option to CXXFLAGS for HP aCC only
|
||||||
if test $CXX = 'aCC'
|
if test $CXX = 'aCC'; then
|
||||||
CXXFLAGS="-AA $CXXFLAGS"
|
CXXFLAGS="-AA $CXXFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user