mirror of https://github.com/python/cpython
typo in comment
This commit is contained in:
parent
dedb0b1813
commit
4d756afd68
|
@ -1844,7 +1844,7 @@ AC_MSG_RESULT($SHLIBS)
|
|||
AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV
|
||||
AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX
|
||||
|
||||
# only check for sem_ini if thread support is requested
|
||||
# only check for sem_init if thread support is requested
|
||||
if test "$with_threads" = "yes" -o -z "$with_threads"; then
|
||||
AC_SEARCH_LIBS(sem_init, pthread rt posix4) # 'Real Time' functions on Solaris
|
||||
# posix4 on Solaris 2.6
|
||||
|
|
Loading…
Reference in New Issue