# HG changeset patch # User Alpar Juttner # Date 1235641142 0 # Node ID 547e966b3b293bc27cceb51512f60f3d854b2b6f # Parent 97674155c135e55dcba5116cf01cce8df3d7ebe9 Fix Soplex config in autoconf (#230) diff -r 97674155c135 -r 547e966b3b29 lemon/soplex.cc --- a/lemon/soplex.cc Tue Feb 24 06:52:17 2009 +0000 +++ b/lemon/soplex.cc Thu Feb 26 09:39:02 2009 +0000 @@ -19,7 +19,7 @@ #include #include -#include +#include ///\file 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) {