summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-04 08:20:26 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-04 08:20:26 (GMT)
commitbea85e0705d200de16d8e1affad5d2abb6954b6e (patch)
tree84b1eda1c3dc1a7ff130ed321040109f9667bb80 /src
parentcbf5bb6b7855c8b5a699a30177abf2c76228e8a5 (diff)
downloadhdf5-bea85e0705d200de16d8e1affad5d2abb6954b6e.zip
hdf5-bea85e0705d200de16d8e1affad5d2abb6954b6e.tar.gz
hdf5-bea85e0705d200de16d8e1affad5d2abb6954b6e.tar.bz2
[svn-r27675] Removed library checks for nsl and socket from the autotools configure on
Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 252ec04..9ac2327 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -203,15 +203,9 @@
/* Define to 1 if you have the `mpe' library (-lmpe). */
#undef HAVE_LIBMPE
-/* Define to 1 if you have the `nsl' library (-lnsl). */
-#undef HAVE_LIBNSL
-
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
-/* Define to 1 if you have the `socket' library (-lsocket). */
-#undef HAVE_LIBSOCKET
-
/* Define to 1 if you have the `sz' library (-lsz). */
#undef HAVE_LIBSZ