about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2024-03-20 23:30:47 +0100
committerOliver Kiddle <opk@zsh.org>2024-03-20 23:35:05 +0100
commitcd5ae4a909ea7b09b860c3be29d46a0f616c147d (patch)
tree5d043cd349a4cffd56910132284eedadf4e346b2 /configure.ac
parent93334b207ff7a7b0fe7d85ccea5b0aeccab0a4da (diff)
downloadzsh-cd5ae4a909ea7b09b860c3be29d46a0f616c147d.tar.gz
zsh-cd5ae4a909ea7b09b860c3be29d46a0f616c147d.tar.xz
zsh-cd5ae4a909ea7b09b860c3be29d46a0f616c147d.zip
unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ba3f2fe90..78621042d 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