diff -r 97674155c135 -r 547e966b3b29 m4/lx_check_soplex.m4 --- a/m4/lx_check_soplex.m4 Tue Feb 24 06:52:17 2009 +0000 +++ b/m4/lx_check_soplex.m4 Thu Feb 26 09:39:02 2009 +0000 @@ -20,7 +20,7 @@ if test x"$with_soplex_includedir" != x"no"; then SOPLEX_CXXFLAGS="-I$with_soplex_includedir" elif test x"$with_soplex" != x"yes"; then - SOPLEX_CXXFLAGS="-I$with_soplex/include" + SOPLEX_CXXFLAGS="-I$with_soplex/src" fi if test x"$with_soplex_libdir" != x"no"; then @@ -38,7 +38,7 @@ LIBS="$SOPLEX_LIBS" lx_soplex_test_prog=' - #include + #include int main(int argc, char** argv) {