summaryrefslogtreecommitdiff
path: root/net-misc/asterisk/files/asterisk-16.15.1-r2-autoconf-2.70.patch
blob: 99c59754019214397f4a12bf452df7f5937d7ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- asterisk-16.15.1/configure.ac.o	2021-01-08 18:41:50.979913016 +0200
+++ asterisk-16.15.1/configure.ac	2021-01-08 18:42:23.739899786 +0200
@@ -612,11 +612,6 @@
   AC_MSG_ERROR([*** Could not find dirent header that defines 'DIR'.])
 fi
 
-AC_HEADER_STDC
-if test "$ac_cv_header_stdc" != "yes"; then
-  AC_MSG_ERROR([*** ANSI C header files not found.])
-fi
-
 AC_HEADER_SYS_WAIT
 if test "$ac_cv_header_sys_wait_h" != "yes"; then
   AC_MSG_ERROR([*** POSIX.1 compatible sys/wait.h is required.])