File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9542,6 +9542,9 @@ $as_echo "no" >&6; }
9542
9542
fi
9543
9543
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9544
9544
9545
+ # 'Real Time' functions on Solaris
9546
+ # posix4 on Solaris 2.6
9547
+ # pthread (first!) on Linux
9545
9548
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for library containing sem_init" >&5
9546
9549
$as_echo_n " checking for library containing sem_init... " >&6 ; }
9547
9550
if ${ac_cv_search_sem_init+: } false ; then :
@@ -9597,9 +9600,7 @@ if test "$ac_res" != no; then :
9597
9600
test " $ac_res " = " none required" || LIBS=" $ac_res $LIBS "
9598
9601
9599
9602
fi
9600
- # 'Real Time' functions on Solaris
9601
- # posix4 on Solaris 2.6
9602
- # pthread (first!) on Linux
9603
+
9603
9604
9604
9605
# check if we need libintl for locale functions
9605
9606
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for textdomain in -lintl" >&5
Original file line number Diff line number Diff line change @@ -2688,9 +2688,10 @@ void *x = uuid_generate_time_safe
2688
2688
[ AC_MSG_RESULT ( no ) ]
2689
2689
)
2690
2690
2691
- AC_SEARCH_LIBS ( sem_init , pthread rt posix4 ) # 'Real Time' functions on Solaris
2692
- # posix4 on Solaris 2.6
2693
- # pthread (first!) on Linux
2691
+ # 'Real Time' functions on Solaris
2692
+ # posix4 on Solaris 2.6
2693
+ # pthread (first!) on Linux
2694
+ AC_SEARCH_LIBS ( sem_init , pthread rt posix4 )
2694
2695
2695
2696
# check if we need libintl for locale functions
2696
2697
AC_CHECK_LIB ( intl , textdomain ,
You can’t perform that action at this time.
0 commit comments