Changeset 233
- Timestamp:
- Mar 1, 2007 5:52:33 PM (14 years ago)
- Location:
- ThirdParty/Blas/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure
r228 r233 22577 22577 22578 22578 MAKEOKFILE=.MakeOk 22579 if test $coin_has_blas = yes && test $use_blas!= BUILD; then22579 if test $coin_has_blas = yes && test "$use_blas" != BUILD; then 22580 22580 rm -f $MAKEOKFILE 22581 22581 { echo "$as_me:$LINENO: The Blas sources don't need to be compiled" >&5 -
ThirdParty/Blas/trunk/configure.ac
r228 r233 52 52 AC_COIN_HAS_BLAS 53 53 MAKEOKFILE=.MakeOk 54 if test $coin_has_blas = yes && test $use_blas!= BUILD; then54 if test $coin_has_blas = yes && test "$use_blas" != BUILD; then 55 55 rm -f $MAKEOKFILE 56 56 AC_MSG_NOTICE([The Blas sources don't need to be compiled])
Note: See TracChangeset
for help on using the changeset viewer.