[commit: ghc] master: Update broken nm message (0ff7bc8)
git at git.haskell.org
git at git.haskell.org
Mon May 1 03:04:47 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0ff7bc8a6a7705425f99680178f5d07c5cdc55d0/ghc
>---------------------------------------------------------------
commit 0ff7bc8a6a7705425f99680178f5d07c5cdc55d0
Author: Alex Biehl <alexbiehl at gmail.com>
Date: Sun Apr 30 16:24:30 2017 +0200
Update broken nm message
9373994acaf1b73fe0e7cf8e03594c63cec8d235 killed the `--with-*` arguments for `configure`.
>---------------------------------------------------------------
0ff7bc8a6a7705425f99680178f5d07c5cdc55d0
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 46e37ab..0a0f790 100644
--- a/configure.ac
+++ b/configure.ac
@@ -526,7 +526,7 @@ then
echo
echo "Try re-running configure with:"
echo
- echo ' ./configure --with-nm=$(xcrun --find nm-classic)'
+ echo ' NM=$(xcrun --find nm-classic) ./configure'
echo
exit 1
;;
More information about the ghc-commits
mailing list