diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-03 19:19:30 -0400 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-07 22:33:48 +0000 |
commit | 085346f80da394ad5008f40679a0d3519f7a82a3 (patch) | |
tree | 2bce02d30a8fca7679e92bca7d6a8cc94a31dee6 /configure.ac | |
parent | 74abeff02b750fb22fc3d56299abc2cd12d357d3 (diff) |
convert lpsolve to gbuild
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
Reviewed-on: https://gerrit.libreoffice.org/1002
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fcfd1975f555..e2e9d670951a 100644 --- a/configure.ac +++ b/configure.ac @@ -8941,9 +8941,11 @@ if test "$with_system_lpsolve" = "yes"; then else AC_MSG_RESULT([internal]) SYSTEM_LPSOLVE=NO + LPSOLVE_TARBALL="26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz" BUILD_TYPE="$BUILD_TYPE LPSOLVE" fi AC_SUBST(SYSTEM_LPSOLVE) +AC_SUBST(LPSOLVE_TARBALL) AC_SUBST([MINGW_LPSOLVE_DLL]) dnl =================================================================== |