Changeset 539:547e966b3b29 in lemon-main
- Timestamp:
- 02/26/09 10:39:02 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/soplex.cc
r462 r539 20 20 #include <lemon/soplex.h> 21 21 22 #include <soplex /soplex.h>22 #include <soplex.h> 23 23 24 24 -
m4/lx_check_soplex.m4
r457 r539 21 21 SOPLEX_CXXFLAGS="-I$with_soplex_includedir" 22 22 elif test x"$with_soplex" != x"yes"; then 23 SOPLEX_CXXFLAGS="-I$with_soplex/ include"23 SOPLEX_CXXFLAGS="-I$with_soplex/src" 24 24 fi 25 25 … … 39 39 40 40 lx_soplex_test_prog=' 41 #include <soplex /soplex.h>41 #include <soplex.h> 42 42 43 43 int main(int argc, char** argv)
Note: See TracChangeset
for help on using the changeset viewer.