0
2
0
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
if test x"$with_soplex_includedir" != x"no"; then |
| 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 |
|
| 26 | 26 |
if test x"$with_soplex_libdir" != x"no"; then |
| ... | ... |
@@ -38,7 +38,7 @@ |
| 38 | 38 |
LIBS="$SOPLEX_LIBS" |
| 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) |
| 44 | 44 |
{
|
0 comments (0 inline)