projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcdbba5
)
Ben Shum pointed out an error, which I have now corrected.
author
Chris Sharp
<csharp@georgialibraries.org>
Fri, 30 May 2014 02:17:10 +0000
(22:17 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 9 Jul 2014 18:57:27 +0000
(14:57 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
48bfa39
..
fbfa232
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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/l
ocal/lib
/dbd/])
+[DBI_LIBS=/usr/l
ib/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