projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec8053
)
Fix build with newer autoconf (2.71)
author
Matthias Klose
<doko@debian.org>
Sun, 3 Oct 2021 11:27:00 +0000
(12:27 +0100)
committer
Ilias Tsitsimpis
<iliastsi@debian.org>
Sun, 3 Oct 2021 11:27:00 +0000
(12:27 +0100)
Bug-Debian: https://bugs.debian.org/995036
Applied-Upstream: https://gitlab.haskell.org/ghc/ghc/-/commit/
ad2ef3a13f1eb000eab8e3d64592373b91a52806
Gbp-Pq: Name newer-autoconf
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index 5713c96c49734e55172edb21f790fb1e465a0866..fd5c7c1af92511d57ba1e50accef8a079799f8c6 100644
(file)
--- a/
aclocal.m4
+++ b/
aclocal.m4
@@
-613,7
+613,7
@@
AC_DEFUN([FP_SET_CFLAGS_C99],
CPPFLAGS="$$3"
unset ac_cv_prog_cc_c99
dnl perform detection
-
_
AC_PROG_CC_C99
+ AC_PROG_CC_C99
fp_cc_c99="$ac_cv_prog_cc_c99"
case "x$ac_cv_prog_cc_c99" in
x) ;; # noop