From 320d7e7ad640266aa2eab1561f737dd309578b8d Mon Sep 17 00:00:00 2001 From: Krister Walfridsson Date: Sun, 31 Mar 2002 01:33:17 +0100 Subject: configure.in (i*86-*-netbsdelf*): Don't disable libgcj. 2002-03-30 Krister Walfridsson * configure.in (i*86-*-netbsdelf*): Don't disable libgcj. libffi: 2002-03-30 Krister Walfridsson * configure.in: Enable i*86-*-netbsdelf*. * configure: Rebuilt. From-SVN: r51620 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1de55a1..c2c5d3f 100644 --- a/configure.in +++ b/configure.in @@ -623,6 +623,7 @@ case "${target}" in # Skip some stuff that's unsupported on some NetBSD configurations. case "${target}" in + i*86-*-netbsdelf*) ;; *) noconfigdirs="$noconfigdirs ${libgcj}" ;; -- cgit v1.1