0
2
0
... | ... |
@@ -21,5 +21,5 @@ |
21 | 21 |
SOPLEX_CXXFLAGS="-I$with_soplex_includedir" |
22 | 22 |
elif test x"$with_soplex" != x"yes"; then |
23 |
SOPLEX_CXXFLAGS="-I$with_soplex/ |
|
23 |
SOPLEX_CXXFLAGS="-I$with_soplex/src" |
|
24 | 24 |
fi |
25 | 25 |
|
... | ... |
@@ -39,5 +39,5 @@ |
39 | 39 |
|
40 | 40 |
lx_soplex_test_prog=' |
41 |
#include <soplex |
|
41 |
#include <soplex.h> |
|
42 | 42 |
|
43 | 43 |
int main(int argc, char** argv) |
0 comments (0 inline)