1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-04 06:36:18 +02:00

unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750

This commit is contained in:
Oliver Kiddle 2024-03-20 23:30:47 +01:00
parent 93334b207f
commit cd5ae4a909
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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