* Included last fixes for 1.4 final. * Some cleanup and fine work: added information about "-b" parameter to the help output. Added "!" to the list of allowed characters in urls. * Added a switch to turn on the progress bar. * Bug fixes. * Added MySQL support for authentication.
13 lines
265 B
Text
13 lines
265 B
Text
$NetBSD: patch-aa,v 1.4 2009/08/31 08:55:31 adam Exp $
|
|
|
|
--- configure.orig 2009-01-03 21:05:25.000000000 +0100
|
|
+++ configure
|
|
@@ -4600,7 +4600,7 @@ else
|
|
fi
|
|
|
|
|
|
-LIBS="$LIBS -ldb"
|
|
+LIBS="$LIBS -ldb4"
|
|
if test "$cross_compiling" = yes; then
|
|
db_ok_version=no
|
|
else
|