Skip to content

Commit

Permalink
update berkeley db detection, from Andreas <andreas@conectiva.com.br>
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Brashear committed Nov 23, 2004
1 parent 55c2813 commit 642d6f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmulocal/berkdb.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dnl $Id: berkdb.m4,v 1.17 2004/09/13 21:57:17 shadow Exp $
dnl $Id: berkdb.m4,v 1.18 2004/11/23 18:52:53 shadow Exp $

AC_DEFUN([CMU_DB_INC_WHERE1], [
saved_CPPFLAGS=$CPPFLAGS
Expand Down Expand Up @@ -219,6 +219,7 @@ AC_DEFUN([CYRUS_BERKELEY_DB_CHK_LIB],
[db_create(NULL, NULL, 0);],
BDB_LIBADD="$BDB_LIBADD -l$dbname"; dblib="berkeley"; dbname=db,
dblib="no")
if test "$dblib" = "berkeley"; then break; fi
done
if test "$dblib" = "no"; then
LIBS="$saved_LIBS -ldb"
Expand Down

0 comments on commit 642d6f8

Please sign in to comment.