No effect other than to remove a personal annoyance I introduced in the first place.

This commit is contained in:
Ward Fisher 2024-03-19 11:25:09 -06:00
parent 057f716d7f
commit a56cfe038f

View File

@ -355,11 +355,13 @@ while test $# -gt 0; do
fi
;;
--libs-ac-syntax)
libs=$(echo $libs | sed 's/hdf5::hdf5_hl/hdf5_hl/g')
libs=$(echo $libs | sed 's/HDF5::HDF5/hdf5/g')
libsprivate=$(echo $libsprivate | sed 's/hdf5::hdf5_hl/hdf5_hl/g')
libsprivate=$(echo $libsprivate | sed 's/HDF5::HDF5/hdf5/g')
if [ "x$HAS_STATIC" = "xTRUE" ]; then
libsprivate=$(echo $libsprivate | sed 's/hdf5::hdf5_hl/hdf5_hl/g')
libsprivate=$(echo $libsprivate | sed 's/HDF5::HDF5/hdf5/g')
echo $libs $libsprivate
else
echo $libs