mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
d84e61c2c3
* add stuff * coinutils stuff * coin-or-* fixes! * fix patch * Fix openmvg * fix openmvg by modifying includes * fix ipopt. * add !uwp supports in coinutils * try fixing openmvg on osx * format manifest and license stuff * fix linkage * v db
14 lines
551 B
Diff
14 lines
551 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index e4bd1361e..4c3a2a166 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -78,7 +78,7 @@ AC_COIN_CHK_HERE([OsiLib],[OsiCommonTestLib],[osi])
|
|
# downloaded and built. The general flow here is as above: Initialise the
|
|
# library, add external components, finalize the flags, and add any components
|
|
# being built here.
|
|
-AC_COIN_CHK_PKG(Glpk,[OsiGlpkLib OsiTest],[coinglpk])
|
|
+AC_COIN_CHK_PKG(Glpk,[OsiGlpkLib OsiTest],[glpk])
|
|
|
|
AC_LANG_PUSH(C++)
|
|
AC_COIN_CHK_LIBHDR(SoPlex,[OsiSpxLib OsiTest],[-lsoplex],[],[],
|