From a2cef1f1f4bc59f771e01927f10ae2b6e7f893d3 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Tue, 16 Jan 2001 17:24:22 +0000
Subject: [PATCH] fix typo libdirs=mysqllibdir to libdirs=$mysqllibdir.

git-svn-id: http://root.cern.ch/svn/root/trunk@1401 27541ba8-7e3a-0410-8455-c3a389f83636
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index d5abf5d67fa..af5fe6e5b77 100755
--- a/configure
+++ b/configure
@@ -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 \
-- 
GitLab