m4/lx_check_soplex.m4
changeset 784 1a7fe3bef514
parent 539 547e966b3b29
parent 500 8a144437db7d
     1.1 --- a/m4/lx_check_soplex.m4	Fri Oct 16 10:21:37 2009 +0200
     1.2 +++ b/m4/lx_check_soplex.m4	Thu Nov 05 15:50:01 2009 +0100
     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        {
    1.21 @@ -56,6 +56,8 @@
    1.22  
    1.23      if test x"$lx_soplex_found" = x"yes"; then
    1.24        AC_DEFINE([LEMON_HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.])
    1.25 +      lx_lp_found=yes
    1.26 +      AC_DEFINE([LEMON_HAVE_LP], [1], [Define to 1 if you have any LP solver.])
    1.27        AC_MSG_RESULT([yes])
    1.28      else
    1.29        SOPLEX_CXXFLAGS=""