COIN-OR::LEMON - Graph Library

Changeset 586:547e966b3b29 in lemon


Ignore:
Timestamp:
02/26/09 10:39:02 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix Soplex config in autoconf (#230)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/soplex.cc

    r485 r586  
    2020#include <lemon/soplex.h>
    2121
    22 #include <soplex/soplex.h>
     22#include <soplex.h>
    2323
    2424
  • m4/lx_check_soplex.m4

    r480 r586  
    2121      SOPLEX_CXXFLAGS="-I$with_soplex_includedir"
    2222    elif test x"$with_soplex" != x"yes"; then
    23       SOPLEX_CXXFLAGS="-I$with_soplex/include"
     23      SOPLEX_CXXFLAGS="-I$with_soplex/src"
    2424    fi
    2525
     
    3939
    4040    lx_soplex_test_prog='
    41       #include <soplex/soplex.h>
     41      #include <soplex.h>
    4242
    4343      int main(int argc, char** argv)
Note: See TracChangeset for help on using the changeset viewer.