mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750
This commit is contained in:
parent
93334b207f
commit
cd5ae4a909
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2024-03-20 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* unposted: configure.ac: remove reference to fp_PROG_CC_STDC
|
||||
macro which was removed in 52750
|
||||
|
||||
2024-03-18 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 52770: Completion/Linux/Command/_selinux: handle newrole
|
||||
|
|
|
@ -552,8 +552,6 @@ case "$host_os" in
|
|||
darwin[[0-9]].*) CPP="$CPP -traditional-cpp" ;;
|
||||
esac
|
||||
|
||||
fp_PROG_CC_STDC
|
||||
|
||||
AC_FUNC_ALLOCA dnl Check how to get `alloca'.
|
||||
|
||||
dnl If the compiler supports union initialisation
|
||||
|
|
Loading…
Reference in a new issue