From d3944fcec5177e08799b122be4c2b8435f1b0e93 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 19 Mar 2003 17:33:29 +0000 Subject: [PATCH] [project @ 2003-03-19 17:33:29 by wolfgang] Correct error in MacOS-specific configure code. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 30c4d7e..ce91af4 100644 --- a/configure.in +++ b/configure.in @@ -1043,7 +1043,7 @@ dnl (Mac OS X only) ... but don't check if we already have the dnl HaskellSupport.framework if test $HaveFrameworkHaskellSupport = YES; then - HaveLibDL = NO + HaveLibDL=NO HaveRtldNext=NO HaveRtldLocal=YES AC_DEFINE(HAVE_RTLDLOCAL) -- 1.7.10.4