From: Chris Sharp Date: Fri, 30 May 2014 02:17:10 +0000 (-0400) Subject: LP#1315531 Ben Shum pointed out an error, which I have now corrected. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=20b4d685441d3f9ef5ef1cf9b6c0413f283e5dd9;p=evergreen%2Fpines.git LP#1315531 Ben Shum pointed out an error, which I have now corrected. Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- 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