blob: 3635c45e125878af5d756e69b0d48446d60e37df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -pNaru3 a/configure b/configure
--- a/configure 2014-05-06 10:14:44.000000000 -0400
+++ b/configure 2025-12-31 00:32:51.946483401 -0500
@@ -12678,7 +12678,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_sem_init" >&5
$as_echo "$ac_cv_lib_c_sem_init" >&6; }
if test "x$ac_cv_lib_c_sem_init" = xyes; then :
- LIBSEMA="CCC"
+ LIBSEMA=""
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sem_init in -lpthread" >&5
$as_echo_n "checking for sem_init in -lpthread... " >&6; }
|