From c5771bad6da943bce58c8922974abe1ff24ff00c Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Tue, 14 Sep 2010 23:33:09 +0000 Subject: [PATCH] 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 --- headers/libs/lp_solve/lp_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/libs/lp_solve/lp_lib.h b/headers/libs/lp_solve/lp_lib.h index 44d89603f1..9d84610974 100644 --- a/headers/libs/lp_solve/lp_lib.h +++ b/headers/libs/lp_solve/lp_lib.h @@ -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"