diff options
author | Gabor Greif <ggreif@gmail.com> | 2019-12-22 09:36:53 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2019-12-22 09:46:27 +0100 |
commit | 1c302c6289a6eddc92b48815dd420bd58eb2f286 (patch) | |
tree | b2f4e71a1391f84d4a40977598ccbcb5ca0c818a /configure.ac | |
parent | 78ce1b412e300f1fde0781d0b3cc912e4e56b543 (diff) | |
download | haskell-wip/xcode-dialog.tar.gz |
while at it rename XCode to the official Xcodewip/xcode-dialog
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 8d6ceb9e65..86c576d7e4 100644 --- a/configure.ac +++ b/configure.ac @@ -586,7 +586,7 @@ AC_SUBST([NmCmd]) if test "$TargetOS_CPP" = "darwin" then AC_MSG_CHECKING(whether nm program is broken) - # Some versions of XCode ship a broken version of `nm`. Detect and work + # Some versions of Xcode ship a broken version of `nm`. Detect and work # around this issue. See : https://gitlab.haskell.org/ghc/ghc/issues/11744 nmver=$(${NM} --version | grep version | sed 's/ //g') case "$nmver" in |