Skip to content
Snippets Groups Projects
Commit a2cef1f1 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix typo libdirs=mysqllibdir to libdirs=$mysqllibdir.

git-svn-id: http://root.cern.ch/svn/root/trunk@1401 27541ba8-7e3a-0410-8455-c3a389f83636
parent 754577bd
No related branches found
No related tags found
No related merge requests found
......@@ -602,7 +602,7 @@ if [ "x$enable_mysql" != "xno" ]; then
if [ "x$mysqllibdir" != "x" ]; then
# If the user gave an explicit path, check to see if the client
# library really is where it's supposed to be
libdirs=mysqllibdir
libdirs=$mysqllibdir
else
libdirs="$MYSQL $MYSQL/lib /usr/lib /usr/local/lib \
/usr/lib/mysql /usr/local/lib/mysql /usr/mysql/lib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment