File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9542,6 +9542,9 @@ $as_echo "no" >&6; }
95429542fi
95439543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
95449544
9545+ # 'Real Time' functions on Solaris
9546+ # posix4 on Solaris 2.6
9547+ # pthread (first!) on Linux
95459548{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for library containing sem_init" >&5
95469549$as_echo_n " checking for library containing sem_init... " >&6 ; }
95479550if ${ac_cv_search_sem_init+: } false ; then :
@@ -9597,9 +9600,7 @@ if test "$ac_res" != no; then :
95979600 test " $ac_res " = " none required" || LIBS=" $ac_res $LIBS "
95989601
95999602fi
9600- # 'Real Time' functions on Solaris
9601- # posix4 on Solaris 2.6
9602- # pthread (first!) on Linux
9603+
96039604
96049605# check if we need libintl for locale functions
96059606{ $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
26882688 [ AC_MSG_RESULT ( no ) ]
26892689)
26902690
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 )
26942695
26952696# check if we need libintl for locale functions
26962697AC_CHECK_LIB ( intl , textdomain ,
You can’t perform that action at this time.
0 commit comments