From: wolfgang Date: Wed, 19 Mar 2003 17:33:29 +0000 (+0000) Subject: [project @ 2003-03-19 17:33:29 by wolfgang] X-Git-Tag: Approx_11550_changesets_converted~1065 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d3944fcec5177e08799b122be4c2b8435f1b0e93 [project @ 2003-03-19 17:33:29 by wolfgang] Correct error in MacOS-specific configure code. --- 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)