Skip to content
  • Junio C Hamano's avatar
    Merge branch 'ew/autoconf-pthread' into maint · f98a20c5
    Junio C Hamano authored
    Existing autoconf generated test for the need to link with pthread
    library did not check all the functions from pthread libraries;
    recent FreeBSD has some functions in libc but not others, and we
    mistakenly thought linking with libc is enough when it is not.
    
    * ew/autoconf-pthread:
      configure.ac: stronger test for pthread linkage
    f98a20c5