diff options
author | michaelw <unknown> | 2002-10-25 12:34:12 +0000 |
---|---|---|
committer | michaelw <unknown> | 2002-10-25 12:34:12 +0000 |
commit | 1029a5b1d688041fef55116c4798d97770302507 (patch) | |
tree | d8d11e0673bb89f5809c5cd1090e773164e6148d /configure.in | |
parent | 0abcbf0f5afda9cc067ddcf2c28b463d59d24a1e (diff) | |
download | haskell-1029a5b1d688041fef55116c4798d97770302507.tar.gz |
[project @ 2002-10-25 12:34:12 by michaelw]
* typo (dl -> dnl)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2c0518eb07..32f7b26295 100644 --- a/configure.in +++ b/configure.in @@ -1043,7 +1043,7 @@ dnl ################################################################ dnl ** check for libdl & RTLD_NEXT dnl (Mac OS X only) ... but don't check if we already have the -dl HaskellSupport.framework +dnl HaskellSupport.framework if test $HaveFrameworkHaskellSupport = YES; then HaveLibDL = NO |