From: Chris Sharp Date: Thu, 29 May 2014 19:49:38 +0000 (-0400) Subject: Change default location of libdbi libraries. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eb06c2bce2609c94ff2298700ffc21bdf7accf0a;p=working%2FEvergreen.git 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. --- 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/])