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
c232d3f4
Commit
c232d3f4
authored
Oct 09, 2001
by
sof
Browse files
[project @ 2001-10-09 08:31:15 by sof]
FPTOOLS_CC_FLAG: fixed bug that prevented cygwin-based GCCen from working
parent
3881b000
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
c232d3f4
dnl $Id: aclocal.m4,v 1.8
3
2001/
09/20 14:08:13 sewardj
Exp $
dnl $Id: aclocal.m4,v 1.8
4
2001/
10/09 08:31:15 sof
Exp $
dnl
dnl Extra autoconf macros for the Glasgow fptools
dnl
...
...
@@ -1166,8 +1166,8 @@ AC_CACHE_CHECK([whether $CC accepts $1], [ac_cv_cc_$2],
CFLAGS="$save_CFLAGS"
])
if test "$ac_cv_cc_$2"x = "yesx"; then
$2=$
extra_flag
;
$2=$
1
;
else
$2=
$extra_flag
;
$2=
""
;
fi;
])
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