$NetBSD: patch-ab,v 1.1 2003/01/04 11:27:45 cjep Exp $

--- configure.orig	Wed Dec 11 23:47:39 2002
+++ configure
@@ -10587,29 +10587,28 @@ fi
 
 
 case $target_cpu:$target_os in
-	(alpha*:linux*)
-	(ia64*:linux*)
+	alpha*:linux*|ia64*:linux*)
       		libcpath="/lib/libc.so.6.1"
 		;;
-	(*:linux*)
+	*:linux*)
 	        libcpath="/lib/libc.so.6"
 		;;
-	(*:freebsd*)
+	*:freebsd*)
 		libcpath="/usr/lib/libc.so.4"
 		;;
-	(*:netbsd*)
+	*:netbsd*)
 		libcpath="/usr/lib/libc.so.12"
 		;;
-	(*:openbsd*)
+	*:openbsd*)
 		libcpath="/usr/lib/libc.so.25.2"
 		;;
-	(*:hpux*)
+	*:hpux*)
 		libcpath="/usr/lib/hpux32/libc.so.1"
 		;;
-	(*:osf*)
+	*:osf*)
 		libcpath="/shlib/libc.so"
 		;;
-	(*)
+	*)
 		{ echo "$as_me:$LINENO: WARNING: don't know where libc is for $target_os on
 			     $target_cpu, setting to /lib/libc.so" >&5
 echo "$as_me: WARNING: don't know where libc is for $target_os on
