vcpkg/ports/coinutils/coinutils2.patch
Alexander Neumann d84e61c2c3
Fix coin-or ports. (#29398)
* 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
2023-02-09 14:51:04 -08:00

16 lines
585 B
Diff

diff --git a/configure.ac b/configure.ac
index 8787a1c0b..504019b78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,8 +96,8 @@ AC_COINUTILS_MEMPOOL(4096,no)
# Collect information required to use component libraries.
AC_COIN_CHK_LAPACK(CoinUtilsLib)
-AC_COIN_CHK_PKG(Glpk,[CoinUtilsLib CoinUtilsTest],[coinglpk])
-AC_COIN_CHK_PKG(ASL,[CoinUtilsLib],[coinasl])
+AC_COIN_CHK_PKG(Glpk,[CoinUtilsLib CoinUtilsTest],[glpk])
+AC_COIN_CHK_PKG(ASL,[CoinUtilsLib],[asl])
AC_COIN_CHK_PKG(Sample,[],[coindatasample],[],dataonly)
AC_COIN_CHK_PKG(Netlib,[],[coindatanetlib],[],dataonly)