diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-18 20:01:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-18 20:01:59 (GMT) |
commit | 9b63d7d5131d02369af498f7930183138535fa80 (patch) | |
tree | 992093cebbe8cdc7f7f6b89c004d35f2173cbbdb /config/cmake | |
parent | 860fe3d4d78e7f1b130b39bf410b5c8f55ad1123 (diff) | |
download | hdf5-9b63d7d5131d02369af498f7930183138535fa80.zip hdf5-9b63d7d5131d02369af498f7930183138535fa80.tar.gz hdf5-9b63d7d5131d02369af498f7930183138535fa80.tar.bz2 |
[svn-r22471] Add check for MINGW - ws2_32 library
Tested: windows - mingw
Diffstat (limited to 'config/cmake')
-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 0c6cc0b..6fca1ae 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@ |