m4/lx_check_cplex.m4
changeset 193 65cba1032f90
parent 1 51eaad3a817b
child 480 69928a704ffb
child 540 8a144437db7d
equal deleted inserted replaced
0:43d60c8411f2 1:84b82f1d5e34
    44     lx_cplex_test_prog='
    44     lx_cplex_test_prog='
    45       extern "C" {
    45       extern "C" {
    46       #include <ilcplex/cplex.h>
    46       #include <ilcplex/cplex.h>
    47       }
    47       }
    48 
    48 
    49       int main(int argc, char* argv[])
    49       int main(int argc, char** argv)
    50       {
    50       {
    51         CPXENVptr env = NULL;
    51         CPXENVptr env = NULL;
    52         return 0;
    52         return 0;
    53       }'
    53       }'
    54 
    54