diff options
author | Chris Robinson <[email protected]> | 2021-01-22 08:53:44 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-01-22 08:53:44 -0800 |
commit | f576a353638236775ecb4f4e8ba93cb1716fbe2d (patch) | |
tree | a9c4be63a500465264136580d15e62af14ebab60 /config.h.in | |
parent | 1dcc6361fe5c06dfd3ec30cfb9bce04e0c522805 (diff) |
Don't bother checking for std::aligned_alloc
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |