From: David Kalnischkies Date: Wed, 23 Nov 2022 17:01:26 +0000 (+0100) Subject: Use correct feature test macro for qsort_r detection X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04e155a84b4695607d3a6fceb8c876005f0414b8;p=thirdparty%2Ftvheadend.git Use correct feature test macro for qsort_r detection --- diff --git a/configure b/configure index 96bacd218..9f2b342cd 100755 --- a/configure +++ b/configure @@ -270,7 +270,7 @@ int test ( void ) }' -lpthread check_cc_snippet qsort_r ' -#define __USE_GNU +#define _GNU_SOURCE #include #define TEST test int test(void)