0
3
0
... | ... |
@@ -37,13 +37,13 @@ |
37 | 37 |
LDFLAGS="$SOPLEX_LDFLAGS" |
38 | 38 |
LIBS="$SOPLEX_LIBS" |
39 | 39 |
|
40 | 40 |
lx_soplex_test_prog=' |
41 | 41 |
#include <soplex/soplex.h> |
42 | 42 |
|
43 |
int main(int argc, char* argv |
|
43 |
int main(int argc, char** argv) |
|
44 | 44 |
{ |
45 | 45 |
soplex::SoPlex soplex; |
46 | 46 |
return 0; |
47 | 47 |
}' |
48 | 48 |
|
49 | 49 |
AC_LANG_PUSH(C++) |
0 comments (0 inline)