File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -2677,12 +2677,9 @@ AC_CHECK_LIB(sendfile, sendfile)
2677
2677
AC_CHECK_LIB ( dl , dlopen ) # Dynamic linking for SunOS/Solaris and SYSV
2678
2678
AC_CHECK_LIB ( dld , shl_load ) # Dynamic linking for HP-UX
2679
2679
2680
- # only check for sem_init if thread support is requested
2681
- if test "$with_threads" = "yes" -o -z "$with_threads"; then
2682
- AC_SEARCH_LIBS ( sem_init , pthread rt posix4 ) # 'Real Time' functions on Solaris
2680
+ AC_SEARCH_LIBS ( sem_init , pthread rt posix4 ) # 'Real Time' functions on Solaris
2683
2681
# posix4 on Solaris 2.6
2684
2682
# pthread (first!) on Linux
2685
- fi
2686
2683
2687
2684
# check if we need libintl for locale functions
2688
2685
AC_CHECK_LIB ( intl , textdomain ,
@@ -2926,9 +2923,6 @@ then
2926
2923
fi
2927
2924
posix_threads=yes
2928
2925
else
2929
- if test ! -z "$with_threads" -a -d "$with_threads"
2930
- then LDFLAGS="$LDFLAGS -L$with_threads"
2931
- fi
2932
2926
if test ! -z "$withval" -a -d "$withval"
2933
2927
then LDFLAGS="$LDFLAGS -L$withval"
2934
2928
fi
You can’t perform that action at this time.
0 commit comments