LP#1315531 Ben Shum pointed out an error, which I have now corrected.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 30 May 2014 02:17:10 +0000 (22:17 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 10 Jul 2014 18:27:41 +0000 (14:27 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>

configure.ac

index 48bfa39..fbfa232 100644 (file)
@@ -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