m4/lx_check_soplex.m4
changeset 586 547e966b3b29
parent 480 69928a704ffb
child 674 20dac2104519
     1.1 --- a/m4/lx_check_soplex.m4	Tue Feb 24 06:52:17 2009 +0000
     1.2 +++ b/m4/lx_check_soplex.m4	Thu Feb 26 09:39:02 2009 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4      if test x"$with_soplex_includedir" != x"no"; then
     1.5        SOPLEX_CXXFLAGS="-I$with_soplex_includedir"
     1.6      elif test x"$with_soplex" != x"yes"; then
     1.7 -      SOPLEX_CXXFLAGS="-I$with_soplex/include"
     1.8 +      SOPLEX_CXXFLAGS="-I$with_soplex/src"
     1.9      fi
    1.10  
    1.11      if test x"$with_soplex_libdir" != x"no"; then
    1.12 @@ -38,7 +38,7 @@
    1.13      LIBS="$SOPLEX_LIBS"
    1.14  
    1.15      lx_soplex_test_prog='
    1.16 -      #include <soplex/soplex.h>
    1.17 +      #include <soplex.h>
    1.18  
    1.19        int main(int argc, char** argv)
    1.20        {