--- ./configure 2026-03-23 21:32:51 +++ ./configure 2026-03-23 21:32:58 @@ -153,6 +153,13 @@ fi done +# On Darwin, use dylib naming for the shared library. +if [ -n "${libname_shared}" ] ; then + case `uname -s 2>/dev/null` in + Darwin*) libname_shared=lib${libname}.${soversion}.dylib ;; + esac +fi + # Find the source code, if location was not specified. srcdirtext= if [ -z "${srcdir}" ] ; then