From f576a353638236775ecb4f4e8ba93cb1716fbe2d Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Fri, 22 Jan 2021 08:53:44 -0800
Subject: Don't bother checking for std::aligned_alloc

---
 config.h.in | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'config.h.in')

diff --git a/config.h.in b/config.h.in
index f7e1542e..a28204ef 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,9 +5,6 @@
 /* Define if HRTF data is embedded in the library */
 #cmakedefine ALSOFT_EMBED_HRTF_DATA
 
-/* Define if we have the std::aligned_alloc function */
-#cmakedefine HAVE_STD_ALIGNED_ALLOC
-
 /* Define if we have the posix_memalign function */
 #cmakedefine HAVE_POSIX_MEMALIGN
 
-- 
cgit v1.2.3