[Box Backup-dev] COMMIT r576 - box/chris/general

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat May 20 20:09:05 BST 2006


Author: chris
Date: 2006-05-20 19:08:55 +0000 (Sat, 20 May 2006)
New Revision: 576

Modified:
   box/chris/general/configure.ac
Log:
* configure.ac
- Cosmetic fix to the message when BDB not found


Modified: box/chris/general/configure.ac
===================================================================
--- box/chris/general/configure.ac	2006-05-20 18:58:21 UTC (rev 575)
+++ box/chris/general/configure.ac	2006-05-20 19:08:55 UTC (rev 576)
@@ -43,7 +43,7 @@
 VL_LIB_READLINE([have_libreadline=yes], [have_libreadline=no])
 
 ## Check for Berkely DB. Restrict to certain versions
-AX_PATH_BDB(, [
+AX_PATH_BDB("1.x or 4.1", [
   LIBS="$BDB_LIBS $LIBS"
   LDFLAGS="$BDB_LDFLAGS $LDFLAGS"
   CPPFLAGS="$CPPFLAGS $BDB_CPPFLAGS"




More information about the Boxbackup-dev mailing list