diff options
author | Skip Montanaro <skip@pobox.com> | 2008-12-01 01:55:22 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-12-01 01:55:22 (GMT) |
commit | 4d756afd68f483db6b32599d5e7a052fcdb28287 (patch) | |
tree | 1d0c64c11f513010c7b3a64c3a07473552dfe444 /configure.in | |
parent | dedb0b181395805285c040f61951cc0748acf2b2 (diff) | |
download | cpython-4d756afd68f483db6b32599d5e7a052fcdb28287.zip cpython-4d756afd68f483db6b32599d5e7a052fcdb28287.tar.gz cpython-4d756afd68f483db6b32599d5e7a052fcdb28287.tar.bz2 |
typo in comment
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7a9731e..a0768a5 100644 --- a/configure.in +++ b/configure.in @@ -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 |