Skip to content

Commit 6a4968b

Browse files
committed
error in macro AM_C_PROTOTYPES (Roumen)
1 parent b3975c6 commit 6a4968b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

config.h.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
/* Define to the version of this package. */
119119
#undef PACKAGE_VERSION
120120

121-
/* Define to 1 if the C compiler supports function prototypes. */
122-
#undef PROTOTYPES
123-
124121
/* The size of `size_t', as computed by sizeof. */
125122
#undef SIZEOF_SIZE_T
126123

@@ -129,6 +126,3 @@
129126

130127
/* Version number of package */
131128
#undef VERSION
132-
133-
/* Define like PROTOTYPES; this can be used by system headers. */
134-
#undef __PROTOTYPES

configure.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ AC_PATH_PROG(TAR, tar, /bin/tar)
4747
AC_PATH_PROG(HELP2MAN, help2man)
4848
AC_PATH_PROG(MAN2HTML, man2html)
4949

50-
dnl Make sure we have an ANSI compiler
51-
AM_C_PROTOTYPES
52-
test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
53-
5450
dnl Checks for header files.
5551
AC_HEADER_DIRENT
5652
AC_HEADER_STDC

0 commit comments

Comments
 (0)