Changeset 236
- Timestamp:
- Mar 4, 2007 7:00:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/configure
r234 r236 20931 20931 ac_compiler_gnu=$ac_cv_c_compiler_gnu 20932 20932 20933 coin_blasobjdir=../ThirdParty/Blas 20933 if test "$PACKAGE_NAME" = ThirdPartyBlas || test "$PACKAGE_NAME" = ThirdPartyLapack; then 20934 coin_blasobjdir=../Blas 20935 else 20936 coin_blasobjdir=../ThirdParty/Blas 20937 fi 20934 20938 coin_blassrcdir=$srcdir/$coin_blasobjdir 20935 20939 … … 22122 22126 # library will want to link with cygwin, hence won't run standalone in DOS. 22123 22127 *-cygwin*) 22124 if test "$enable_doscompile" = no; then22128 if test "$enable_doscompile" = mingw; then 22125 22129 skip_lblas_check=yes 22126 22130 fi … … 24142 24146 # will want to link with cygwin, hence won't run standalone in DOS. 24143 24147 *-cygwin*) 24144 if test "$enable_doscompile" = no; then24148 if test "$enable_doscompile" = mingw; then 24145 24149 skip_llapack_check=yes 24146 24150 fi
Note: See TracChangeset
for help on using the changeset viewer.