Fix Soplex config in autoconf (#230)
authorAlpar Juttner <alpar@cs.elte.hu>
Thu, 26 Feb 2009 09:39:02 +0000
changeset 539547e966b3b29
parent 536 97674155c135
child 540 9db62975c32b
Fix Soplex config in autoconf (#230)
lemon/soplex.cc
m4/lx_check_soplex.m4
     1.1 --- a/lemon/soplex.cc	Tue Feb 24 06:52:17 2009 +0000
     1.2 +++ b/lemon/soplex.cc	Thu Feb 26 09:39:02 2009 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  #include <iostream>
     1.5  #include <lemon/soplex.h>
     1.6  
     1.7 -#include <soplex/soplex.h>
     1.8 +#include <soplex.h>
     1.9  
    1.10  
    1.11  ///\file
     2.1 --- a/m4/lx_check_soplex.m4	Tue Feb 24 06:52:17 2009 +0000
     2.2 +++ b/m4/lx_check_soplex.m4	Thu Feb 26 09:39:02 2009 +0000
     2.3 @@ -20,7 +20,7 @@
     2.4      if test x"$with_soplex_includedir" != x"no"; then
     2.5        SOPLEX_CXXFLAGS="-I$with_soplex_includedir"
     2.6      elif test x"$with_soplex" != x"yes"; then
     2.7 -      SOPLEX_CXXFLAGS="-I$with_soplex/include"
     2.8 +      SOPLEX_CXXFLAGS="-I$with_soplex/src"
     2.9      fi
    2.10  
    2.11      if test x"$with_soplex_libdir" != x"no"; then
    2.12 @@ -38,7 +38,7 @@
    2.13      LIBS="$SOPLEX_LIBS"
    2.14  
    2.15      lx_soplex_test_prog='
    2.16 -      #include <soplex/soplex.h>
    2.17 +      #include <soplex.h>
    2.18  
    2.19        int main(int argc, char** argv)
    2.20        {