blob: fd7ebce05016898324397f17046dfbed81d26e4f [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001From 294a3f14b74f2020a5cf3ccc2b6adabbcfce4151 Mon Sep 17 00:00:00 2001
Brad Bishop15ae2502019-06-18 21:44:24 -04002From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 13 Jun 2018 23:48:04 -0700
4Subject: [PATCH] Fix subdir objects configure error
5
6Fix build on musl while here
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andrew Geissler595f6302022-01-24 19:11:47 +00009
Brad Bishop15ae2502019-06-18 21:44:24 -040010---
Andrew Geissler595f6302022-01-24 19:11:47 +000011 open-vm-tools/configure.ac | 3 +--
12 1 file changed, 1 insertion(+), 2 deletions(-)
Brad Bishop15ae2502019-06-18 21:44:24 -040013
14diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
Andrew Geissler595f6302022-01-24 19:11:47 +000015index 005814ef..edf1f21a 100644
Brad Bishop15ae2502019-06-18 21:44:24 -040016--- a/open-vm-tools/configure.ac
17+++ b/open-vm-tools/configure.ac
Andrew Geissler595f6302022-01-24 19:11:47 +000018@@ -326,7 +326,6 @@ AC_ARG_ENABLE(
Brad Bishop15ae2502019-06-18 21:44:24 -040019 [],
20 [enable_resolutionkms="auto"])
21
Andrew Geissler595f6302022-01-24 19:11:47 +000022-
23 AC_ARG_ENABLE(
24 vmwgfxctrl,
25 AS_HELP_STRING(
26@@ -335,7 +334,7 @@ AC_ARG_ENABLE(
27 [],
28 [enable_vmwgfxctrl="auto"])
29
30-AM_INIT_AUTOMAKE
Brad Bishop15ae2502019-06-18 21:44:24 -040031+AM_INIT_AUTOMAKE([subdir-objects])
Brad Bishop15ae2502019-06-18 21:44:24 -040032
33 ###
Andrew Geissler595f6302022-01-24 19:11:47 +000034 ### Constants