$NetBSD: patch-bb,v 1.1 2002/08/23 11:52:53 mjl Exp $ --- configure.orig Mon Aug 19 01:12:59 2002 +++ configure Mon Aug 19 01:14:05 2002 @@ -10216,8 +10216,8 @@ INTLOBJS="\$(GETTOBJS)" BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes - LIBINTL="\${top_builddir}/intl/libintl.la $LIBICONV" - LTLIBINTL="\${top_builddir}/intl/libintl.la $LTLIBICONV" + LIBINTL="-lintl $LIBICONV" + LTLIBINTL="-lintl $LTLIBICONV" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi