summaryrefslogtreecommitdiff
path: root/www/htdig/patches/patch-ad
blob: 4bfe855fd3f3d169769e88aa4f32bc20bc318e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ad,v 1.1 1999/09/23 01:33:30 fredb Exp $

--- configure.in.orig	Wed Apr 21 21:47:53 1999
+++ configure.in	Tue Sep 21 15:43:57 1999
@@ -64,6 +64,7 @@
 AC_AIX
 
 dnl Checks for libraries.
+AC_CHECK_LIB(db2, db_appinit)
 AC_CHECK_LIB(socket, socket)
 AC_CHECK_LIB(nsl, t_accept)
 if test $WITH_ZLIB = yes; then
@@ -140,7 +141,7 @@
 if test ! -d "./db"; then
   mkdir db
 fi
-AC_CONFIG_SUBDIRS(db/dist)
+dnl AC_CONFIG_SUBDIRS(db/dist)
 
 AC_OUTPUT(CONFIG Makefile Makefile.config htcommon/Makefile htlib/Makefile htdig/Makefile htmerge/Makefile htnotify/Makefile htfuzzy/Makefile htsearch/Makefile makedp, chmod +x makedp, echo timestamp > stamp-h)