diff options
author | Herbert Dürr <hdu@apache.org> | 2011-11-08 09:53:24 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2011-11-08 09:53:24 +0000 |
commit | 5843dc87f6d7b3809de75358ba115175a8d60890 (patch) | |
tree | b5b217ccec64601d64b0841609846ff4edd201f1 /configure.in | |
parent | 4736bb5324df07b4fd529858d5a7e55deba77704 (diff) |
#i118567# (author=Andre Fischer) remove lp_solver which has an incompatible license
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/configure.in b/configure.in index 44bbacc5d792..4e09b03c3d1d 100644 --- a/configure.in +++ b/configure.in @@ -562,9 +562,6 @@ AC_ARG_WITH(system-mythes, AC_ARG_WITH(system-altlinuxhyph, [ --with-system-altlinuxhyph Use ALTLinuxhyph already on system ],,) -AC_ARG_WITH(system-lpsolve, -[ --with-system-lpsolve Use lpsolve already on system -],,) AC_ARG_WITH(system-libtextcat, [ --with-system-libtextcat Use libtextcat already on system ],,) @@ -5276,28 +5273,6 @@ AC_SUBST(MYTHES_LIBS) fi dnl =================================================================== -dnl Checking for lpsolve -dnl =================================================================== -AC_MSG_CHECKING([which lpsolve to use]) -if test -n "$with_system_lpsolve" -o -n "$with_system_libs" && \ - test "$with_system_lpsolve" != "no"; then - AC_MSG_RESULT([external]) - SYSTEM_LPSOLVE=YES - AC_CHECK_HEADER(lpsolve/lp_lib.h, [], - [ AC_MSG_ERROR(lpsolve headers not found.)], []) - # some systems need this. Like Ubuntu.... - AC_CHECK_LIB(m, floor) - AC_CHECK_LIB(dl, dlopen) - AC_CHECK_LIB(lpsolve55, make_lp, , - [ AC_MSG_ERROR(lpsolve library not found or too old.)], []) -else - AC_MSG_RESULT([internal]) - SYSTEM_LPSOLVE=NO - BUILD_TYPE="$BUILD_TYPE LPSOLVE" -fi -AC_SUBST(SYSTEM_LPSOLVE) - -dnl =================================================================== dnl Checking for libtextcat dnl =================================================================== AC_MSG_CHECKING([which libtextcat to use]) |