diff --git a/configure b/configure index a5e2a52e66..1472ada65e 100755 --- a/configure +++ b/configure @@ -27116,6 +27116,11 @@ else fi +case $host in + *-sunos*) dlopen="no" + ;; +esac + if test "$dlopen" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; }