Merge pull request #9292 from Dentomologist/fix-liblzma-config-on-macOS

Fix liblzma config on macOS
This commit is contained in:
Léo Lam 2020-11-28 16:32:56 +01:00 committed by GitHub
commit 5a554e8e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,9 @@
#define HAVE_POSIX_FADVISE 1 #define HAVE_POSIX_FADVISE 1
/* Define to 1 if you have the `pthread_condattr_setclock' function. */ /* Define to 1 if you have the `pthread_condattr_setclock' function. */
#ifndef __APPLE__
#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
#endif
/* Have PTHREAD_PRIO_INHERIT. */ /* Have PTHREAD_PRIO_INHERIT. */
#define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD_PRIO_INHERIT 1