diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-19 13:45:12 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-19 13:45:12 (GMT) |
commit | 25a711fdce5817895f76d52115f948b2ba4645b4 (patch) | |
tree | aad3d36843642fc0e0468f42931dae6b056e48a3 /config | |
parent | b52c3aea3b7687aa1b5e9149b23c282049b11fb1 (diff) | |
download | hdf5-25a711fdce5817895f76d52115f948b2ba4645b4.zip hdf5-25a711fdce5817895f76d52115f948b2ba4645b4.tar.gz hdf5-25a711fdce5817895f76d52115f948b2ba4645b4.tar.bz2 |
[svn-r22474] Add check for MINGW - ws2_32 library
Tested: windows - mingw
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 208ad18..d0a182b 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -260,6 +260,9 @@ /* Define to 1 if you have the `sz' library (-lsz). */ #cmakedefine H5_HAVE_LIBSZ @H5_HAVE_LIBSZ@ +/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ +#cmakedefine H5_HAVE_LIBWS2_32 @H5_HAVE_LIBWS2_32@ + /* Define to 1 if you have the `z' library (-lz). */ #cmakedefine H5_HAVE_LIBZ @H5_HAVE_LIBZ@ |