xant / libhl

Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
GNU Lesser General Public License v3.0
420 stars 117 forks source link

Complete build options for Pthread API #17

Closed elfring closed 8 years ago

elfring commented 8 years ago

Would you like to add the configuration script "AX_PTHREAD" to your build specification?

xant commented 8 years ago

added ... even if it's a bit annoying I needed to add an extra m4 file to the repo to have it available (I thought it would have been some standard autconf macro)

elfring commented 8 years ago

Should I eventually check your approach before any changes are committed and published here?

xant commented 8 years ago

yes ... a patch here would be appreciated ... so I also see how what is the proper way of including such extra autowhatever macros

elfring commented 8 years ago