Change default location of libdbi libraries.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 29 May 2014 19:49:38 +0000 (15:49 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 31 May 2014 20:32:05 +0000 (16:32 -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.

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/])