mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
[svn-r1919] Added Pthread library options.
This commit is contained in:
parent
96f3c02491
commit
aaed76e5c8
@ -302,6 +302,9 @@
|
||||
/* Define if you have the <zlib.h> header file. */
|
||||
#undef HAVE_ZLIB_H
|
||||
|
||||
/* Define if you have the <pthread.h> header file. */
|
||||
#undef HAVE_PTHREAD_H
|
||||
|
||||
/* Define if you have the df library (-ldf). */
|
||||
#undef HAVE_LIBDF
|
||||
|
||||
@ -352,3 +355,6 @@
|
||||
|
||||
/* Define if you have the z library (-lz). */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
/* Define if you have the pthread library (-lpthread). */
|
||||
#undef HAVE_LIBPTHREAD
|
||||
|
Loading…
Reference in New Issue
Block a user