From: Chris Sharp Date: Thu, 29 May 2014 19:49:38 +0000 (-0400) Subject: LP#1315531 Change default location of libdbi libraries. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=18b093b528373aff949f05ac1f8ff2188f5e948e;p=evergreen%2Fmasslnc.git LP#1315531 Change default location of libdbi libraries. In libdbi 0.8.4, the default installed location has changed to /usr/lib/x86_64-linux-gnu/dbd/. On the advice of Thomas Berezansky, I made the new location the default and ensured that the previous locations are in the fallback. Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- diff --git a/configure.ac b/configure.ac index 99370e4f2e..48bfa395f5 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,7 @@ AC_ARG_WITH([libxml2], AC_SUBST([LIBXML2_HEADERS]) AC_ARG_WITH([dbi], -[ --with-dbi=path location of the libdbi driver libraries (default is /usr/local/lib/dbd)], +[ --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/])