Ver código fonte

Add comment for linking with pthread

Serj Kalichev 4 anos atrás
pai
commit
321059f4bc
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -159,6 +159,7 @@ AC_CHECK_HEADERS(dlfcn.h, [
 ################################
 # Check for pthread
 ################################
+# library's net_io.c needs pthread_sigmask()
 AX_PTHREAD
 
 ################################