diff options
| author | Oliver Kiddle <opk@zsh.org> | 2024-03-20 23:30:47 +0100 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-05-06 21:18:45 -0500 |
| commit | ab1ca38f5513f12ddb69ca5e093ce314130962fa (patch) | |
| tree | c0bc93a8bbdbd6b456b59f0d5476d040462b7d44 | |
| parent | 54450 (tweaked): docs: improve _describe documentation (diff) | |
| download | zsh-5.9-patches.tar zsh-5.9-patches.tar.gz zsh-5.9-patches.tar.bz2 zsh-5.9-patches.tar.lz zsh-5.9-patches.tar.xz zsh-5.9-patches.tar.zst zsh-5.9-patches.zip | |
unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750zsh-5.9-patches
(cherry picked from commit cd5ae4a909ea7b09b860c3be29d46a0f616c147d)
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -665,6 +665,11 @@ * 52798: Completion/Unix/Command/_ssh, Completion/Unix/Type/_ssh_hosts: handle comments in ssh config +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 diff --git a/configure.ac b/configure.ac index b9d480b4d..43e07e587 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |
