From cf1284fda8fb22a2b27cb2ce7962f166166e74c3 Mon Sep 17 00:00:00 2001
|
From: Khem Raj <raj.khem@gmail.com>
|
Date: Wed, 13 Jun 2018 23:48:04 -0700
|
Subject: [PATCH] Fix subdir objects configure error
|
|
Fix build on musl while here
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
---
|
open-vm-tools/configure.ac | 1 +
|
1 file changed, 1 insertion(+)
|
|
diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
|
index 71e684bb..b76a7966 100644
|
--- a/open-vm-tools/configure.ac
|
+++ b/open-vm-tools/configure.ac
|
@@ -303,6 +303,7 @@ AC_ARG_ENABLE(
|
[],
|
[enable_resolutionkms="auto"])
|
|
+AM_INIT_AUTOMAKE([subdir-objects])
|
AM_INIT_AUTOMAKE
|
|
###
|