Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
1da83652
Commit
1da83652
authored
Mar 08, 2006
by
wolfgang.thaller@gmx.net
Browse files
Ranlib is required on Darwin/x86, too
parent
3f873f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
1da83652
...
...
@@ -494,7 +494,7 @@ AC_REQUIRE([AC_PROG_CC])
AC_CACHE_CHECK([whether ranlib is needed], [fp_cv_prog_ar_needs_ranlib],
[if test $fp_prog_ar_is_gnu = yes; then
fp_cv_prog_ar_needs_ranlib=no
elif
test
$TargetPlatform
= powerpc
-apple-darwin; then
elif
echo
$TargetPlatform
| grep "^.*
-apple-darwin
$" > /dev/null 2> /dev/null
; then
# It's quite tedious to check for Apple's crazy timestamps in .a files,
# so we hardcode it.
fp_cv_prog_ar_needs_ranlib=yes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment