From 3aa831ba82e85051668f1d1f81e3f10ce4588e78 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 2 Feb 2011 13:58:30 +0000 Subject: configure.ac: Don't use libdl on mips-sgi-irix6*. * configure.ac: Don't use libdl on mips-sgi-irix6*. * configure: Regenerate. From-SVN: r169522 --- libjava/configure | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libjava/configure') diff --git a/libjava/configure b/libjava/configure index 8ffc640..2fd20a4 100755 --- a/libjava/configure +++ b/libjava/configure @@ -23141,12 +23141,11 @@ fi if test "$GC" = boehm; then case "${host}" in mips-sgi-irix6*) - # IRIX 6 lacks a N64 libdl.so, but only the N32 (default multilib) - # libgcj.spec is used, so override here - SYSTEMSPEC="$SYSTEMSPEC %{!mabi=64:-ldl}" - ;; + # While IRIX 6 has libdl for the O32 and N32 ABIs, the N64 one is + # missing. It's unnecessary anyway since dlopen lives in libc. + ;; *-*-darwin*) - ;; + ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5 $as_echo_n "checking for main in -ldl... " >&6; } @@ -23185,7 +23184,7 @@ if test "x$ac_cv_lib_dl_main" = x""yes; then : SYSTEMSPEC="$SYSTEMSPEC -ldl" fi - ;; + ;; esac fi fi -- cgit v1.1