summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Biehl <alexbiehl@gmail.com>2017-04-30 16:24:30 +0200
committerBen Gamari <ben@smart-cactus.org>2017-04-30 22:42:38 -0400
commit0ff7bc8a6a7705425f99680178f5d07c5cdc55d0 (patch)
tree721b0605e8e9382fed236f8cf602820b75bed8eb
parent821a9f98448a272ab3b27494e5174223e86cfa4e (diff)
downloadhaskell-0ff7bc8a6a7705425f99680178f5d07c5cdc55d0.tar.gz
Update broken nm message
9373994acaf1b73fe0e7cf8e03594c63cec8d235 killed the `--with-*` arguments for `configure`.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 46e37ab3e6..0a0f79006d 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
;;