Fix the rest of the configure lines.

This commit is contained in:
Zebediah Figura
2018-02-24 17:57:53 -06:00
parent 29b36434e8
commit e33ae29ca0
5 changed files with 31 additions and 47 deletions

View File

@@ -1,8 +1,7 @@
From a2444d61bf9783943ce1d8e7e4a1eb7fe7f36e04 Mon Sep 17 00:00:00 2001
From ca5272000a739f6b249748b59c50c52ea8704d1e Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@wine-staging.com>
Date: Tue, 15 Sep 2015 17:44:33 -0600
Subject: [PATCH] msidb: Add stub tool for manipulating MSI
databases.
Subject: [PATCH] msidb: Add stub tool for manipulating MSI databases.
Signed-off-by: Erich E. Hoover <erich.e.hoover@wine-staging.com>
---
@@ -14,14 +13,14 @@ Signed-off-by: Erich E. Hoover <erich.e.hoover@wine-staging.com>
create mode 100644 programs/msidb/main.c
diff --git a/configure.ac b/configure.ac
index 6e9f9c9..af61142 100644
index 7b796ef..7c8d226 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3866,6 +3866,7 @@ WINE_CONFIG_PROGRAM(ipconfig)
@@ -3813,6 +3813,7 @@ WINE_CONFIG_PROGRAM(ipconfig)
WINE_CONFIG_PROGRAM(lodctr)
WINE_CONFIG_PROGRAM(mofcomp)
WINE_CONFIG_PROGRAM(mshta)
+WINE_CONFIG_PROGRAM(msidb,,[install,installbin])
+WINE_CONFIG_PROGRAM(msidb)
WINE_CONFIG_PROGRAM(msiexec)
WINE_CONFIG_PROGRAM(msinfo32)
WINE_CONFIG_PROGRAM(net)
@@ -199,5 +198,5 @@ index 0000000..43cc519
+ return 0;
+}
--
1.9.1
2.7.4