9b049008ea
changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
16 lines
437 B
Text
16 lines
437 B
Text
$NetBSD: patch-ad,v 1.1 2002/10/15 23:07:17 dillo Exp $
|
|
|
|
--- binutils/intl/configure.orig Thu Nov 29 04:20:34 2001
|
|
+++ binutils/intl/configure
|
|
@@ -2017,10 +2017,10 @@ else
|
|
echo "configure: failed program was:" >&5
|
|
cat conftest.$ac_ext >&5
|
|
rm -rf conftest*
|
|
+ LIBS="$ac_save_LIBS"
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
fi
|
|
rm -f conftest*
|
|
-LIBS="$ac_save_LIBS"
|
|
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|