diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-04 08:20:26 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-04 08:20:26 (GMT) |
commit | bea85e0705d200de16d8e1affad5d2abb6954b6e (patch) | |
tree | 84b1eda1c3dc1a7ff130ed321040109f9667bb80 /configure.ac | |
parent | cbf5bb6b7855c8b5a699a30177abf2c76228e8a5 (diff) | |
download | hdf5-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 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 3d4c4a4..811cb44 100644 --- a/configure.ac +++ b/configure.ac @@ -961,12 +961,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. ## |