]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use correct feature test macro for qsort_r detection
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 23 Nov 2022 17:01:26 +0000 (18:01 +0100)
committerFlole <Flole998@users.noreply.github.com>
Tue, 9 Sep 2025 18:31:27 +0000 (20:31 +0200)
configure

index 96bacd218639c43d218a4c879ba4f839235bf14f..9f2b342cd940fbc1a70f6ee9a754796752f2db65 100755 (executable)
--- a/configure
+++ b/configure
@@ -270,7 +270,7 @@ int test ( void )
 }' -lpthread
 
 check_cc_snippet qsort_r '
-#define __USE_GNU
+#define _GNU_SOURCE
 #include <stdlib.h>
 #define TEST test
 int test(void)