summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5a14dc41..72bd25b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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