summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-04 14:23:45 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-04 14:23:45 (GMT)
commit971149543722caf93ec9108dcbc4c78590ab0e3e (patch)
tree6f2944cc7fde8b24496cedad84514862b91bd41b /configure.ac
parent77525ea95d9a63e6a006fed055d964568eb9df93 (diff)
downloadhdf5-971149543722caf93ec9108dcbc4c78590ab0e3e.zip
hdf5-971149543722caf93ec9108dcbc4c78590ab0e3e.tar.gz
hdf5-971149543722caf93ec9108dcbc4c78590ab0e3e.tar.bz2
[svn-r27677] Merge of r27675 from trunk
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: jam w/ autotools and CMake emu w/ autotools
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index ff88830..73d69d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -934,12 +934,6 @@ esac
AC_CHECK_LIB([m], [ceil])
AC_CHECK_LIB([dl], [dlopen])
-if test "`uname`" = "SunOS" -o "`uname -sr`" = "HP-UX B.11.00"; then
- ## ...for Solaris
- AC_CHECK_LIB([socket], [socket])
- AC_CHECK_LIB([nsl], [xdr_int])
-fi
-
## ----------------------------------------------------------------------
## Check for system header files.
##