1From 294a3f14b74f2020a5cf3ccc2b6adabbcfce4151 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 8Signed-off-by: Khem Raj <raj.khem@gmail.com> 9 10--- 11 open-vm-tools/configure.ac | 3 +-- 12 1 file changed, 1 insertion(+), 2 deletions(-) 13 14diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac 15index 005814ef..edf1f21a 100644 16--- a/open-vm-tools/configure.ac 17+++ b/open-vm-tools/configure.ac 18@@ -326,7 +326,6 @@ AC_ARG_ENABLE( 19 [], 20 [enable_resolutionkms="auto"]) 21 22- 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 31+AM_INIT_AUTOMAKE([subdir-objects]) 32 33 ### 34 ### Constants 35