Fix #6605, don't try to load a lib which not exist.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2010-09-14 23:33:09 +00:00
parent 3975779fc2
commit c5771bad6d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
/* Specify use of the basic linear algebra subroutine library */
/* ------------------------------------------------------------------------- */
#define libBLAS 2 /* 0: No, 1: Internal, 2: External */
#define libBLAS 1 /* 0: No, 1: Internal, 2: External */
#define libnameBLAS "myBLAS"