From 166c67e686b055dd159a6d34ec0c9116a496d8ed Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Sat, 10 Jul 2004 20:18:38 +0000
Subject: [PATCH] important fix for MacOS X pointed out by Christian Stratowa,
 Fink directories were not checked for third party libraries.

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

diff --git a/configure b/configure
index 563f21e2abb..c50aff7d957 100755
--- a/configure
+++ b/configure
@@ -683,7 +683,7 @@ fi
 if test "x$arch" = "xlinuxx8664gcc" || test "x$arch" = "xsgicc64" ; then
    checklib64="yes"
 fi
-if test "x$platform" = "macosx" ; then
+if test "x$platform" = "xmacosx" ; then
    finkdir=`which fink 2>&1 | sed -ne "s/\/bin\/fink//p"`
 fi
 
-- 
GitLab