diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 ;; |