m4/lx_check_soplex.m4
changeset 2619 30fb4d68b0e8
parent 2363 2aabce558574
equal deleted inserted replaced
1:cbdccc3e2957 2:8c3bacc1a6e7
    38     LIBS="$SOPLEX_LIBS"
    38     LIBS="$SOPLEX_LIBS"
    39 
    39 
    40     lx_soplex_test_prog='
    40     lx_soplex_test_prog='
    41       #include <soplex/soplex.h>
    41       #include <soplex/soplex.h>
    42 
    42 
    43       int main(int argc, char* argv[])
    43       int main(int argc, char** argv)
    44       {
    44       {
    45         soplex::SoPlex soplex;
    45         soplex::SoPlex soplex;
    46         return 0;
    46         return 0;
    47       }'
    47       }'
    48 
    48