m4/lx_check_soplex.m4
changeset 187 84c2a2e5cfee
parent 1 51eaad3a817b
child 395 8a144437db7d
     1.1 --- a/m4/lx_check_soplex.m4	Wed Jul 02 10:37:14 2008 +0200
     1.2 +++ b/m4/lx_check_soplex.m4	Wed Jul 02 13:51:20 2008 +0100
     1.3 @@ -40,7 +40,7 @@
     1.4      lx_soplex_test_prog='
     1.5        #include <soplex/soplex.h>
     1.6  
     1.7 -      int main(int argc, char* argv[])
     1.8 +      int main(int argc, char** argv)
     1.9        {
    1.10          soplex::SoPlex soplex;
    1.11          return 0;