aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/coinutils/coinutils2.patch
blob: 55b367b82a5f752c4b49859ad13ff643d8acfc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)