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)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 31 May 2014 20:32:21 +0000 (16:32 -0400)
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