1From 37ad9845b5b8ab7170a2aaba31a505b2a36ba0f8 Mon Sep 17 00:00:00 2001
2From: 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
8Upstream-Status: Pending
9
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11---
12 open-vm-tools/configure.ac | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
16index daa0939c3..497e9459a 100644
17--- a/open-vm-tools/configure.ac
18+++ b/open-vm-tools/configure.ac
19@@ -326,7 +326,6 @@ AC_ARG_ENABLE(
20    [],
21    [enable_resolutionkms="auto"])
22
23-
24 AC_ARG_ENABLE(
25    vmwgfxctrl,
26    AS_HELP_STRING(
27@@ -335,7 +334,7 @@ AC_ARG_ENABLE(
28    [],
29    [enable_vmwgfxctrl="auto"])
30
31-AM_INIT_AUTOMAKE
32+AM_INIT_AUTOMAKE([subdir-objects])
33
34 ###
35 ### Constants
36--
372.25.1
38
39