- remove fragment that snuck in and broke dctc.
breakage spotted by naddy, thanks!
This commit is contained in:
parent
b24f6bb55b
commit
a26abb6dbf
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure_in,v 1.3 2008/08/25 15:14:43 jasper Exp $
|
||||
$OpenBSD: patch-configure_in,v 1.4 2008/08/31 12:29:25 jasper Exp $
|
||||
--- configure.in.orig Fri Jan 9 19:17:46 2004
|
||||
+++ configure.in Sun Aug 24 13:24:50 2008
|
||||
@@ -117,6 +117,7 @@ if test "x$have_gcrypt" != "xyes"; then
|
||||
@ -9,15 +9,6 @@ $OpenBSD: patch-configure_in,v 1.3 2008/08/25 15:14:43 jasper Exp $
|
||||
|
||||
dnl Checks for libraries.
|
||||
AC_ARG_ENABLE(glib2,[ --disable-glib2 Use glib1.2 instead of glib 2.x])
|
||||
@@ -143,7 +144,7 @@ if test "x$db_dir" != "x"; then
|
||||
fi
|
||||
|
||||
dnl Check if BerkeleyDB include is available
|
||||
-AC_CHECK_HEADERS(db.h, ,AC_MSG_ERROR(BerkeleyDB include required.))
|
||||
+AC_CHECK_HEADERS(db/db.h, ,AC_MSG_ERROR(BerkeleyDB include required.))
|
||||
|
||||
dnl choose between auto-detected Berkeley DB using db.h content and manually try to link db
|
||||
AC_ARG_ENABLE(manual-db-detect,[ --enable-manual-db-detect Disable automatic Berkeley DB version detection using db.h], [manu_db="yes"], [manu_db="no"])
|
||||
@@ -258,7 +259,7 @@ else
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user