Boost logo

Boost :

From: John Levon (levon_at_[hidden])
Date: 2003-01-28 14:11:39


The generated script contains the lines :

# add the -AA conformance option to CXXFLAGS for HP aCC only
if test $CXX = 'aCC'
   CXXFLAGS="-AA $CXXFLAGS"
fi

This fails under "sh configure". Changing to :

if test $CXX = 'aCC'; then
   CXXFLAGS="-AA $CXXFLAGS"
fi

fixes it

regards
john

-- 
"What *is* your fascination with my forbidden closet of mystery ?"
	- Chief Wiggum

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk