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