From 20b4d685441d3f9ef5ef1cf9b6c0413f283e5dd9 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 29 May 2014 22:17:10 -0400 Subject: [PATCH] LP#1315531 Ben Shum pointed out an error, which I have now corrected. Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 48bfa395f5..fbfa232573 100644 --- a/configure.ac +++ b/configure.ac @@ -236,7 +236,7 @@ AC_SUBST([LIBXML2_HEADERS]) AC_ARG_WITH([dbi], [ --with-dbi=path location of the libdbi driver libraries (default is /usr/lib/x86_64-linux-gnu/dbd/)], [DBI_LIBS=${withval}], -[DBI_LIBS=/usr/local/lib/dbd/]) +[DBI_LIBS=/usr/lib/x86_64-linux-gnu/dbd/]) # If the passed in value doesn't work, fall back to reasonable defaults # Distributions are starting to package a good version of libdbi / libdbd -- 2.43.2