blob: 06fd3e5467ef0083e0865b8c244a02b004ee5207 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.5 2000/12/12 17:42:56 itojun Exp $
--- configure.orig Wed Dec 13 02:25:38 2000
+++ configure Wed Dec 13 02:35:14 2000
@@ -3524,7 +3524,7 @@
LIBS="$ac_save_LIBS"
fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+if eval "test 0 = 1"; then
echo "$ac_t""yes" 1>&6
DBM_LIBS="-lgdbm";\
echo "$ac_t""found gdbm" 1>&6;\
|