LP#1315531 Change default location of libdbi libraries.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 29 May 2014 19:49:38 +0000 (15:49 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 10 Jul 2014 18:27:41 +0000 (14:27 -0400)
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 <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>

configure.ac

index 99370e4..48bfa39 100644 (file)
@@ -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/])