From cb236290e267f17d5f81a18d742b81f1b74b05a2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 17:51:52 +0000 Subject: Prototypes everywhere. svn path=/trunk/; revision=515 --- configure.in | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 01424b2e..a7414204 100644 --- a/configure.in +++ b/configure.in @@ -76,17 +76,6 @@ AC_TRY_COMPILE([], [AC_DEFINE(HAVE_VOIDPOINTER) AC_MSG_RESULT(yes)], AC_MSG_RESULT(no)) -dnl Check for usable function prototypes -AC_MSG_CHECKING(use of function prototypes); -AC_TRY_COMPILE([], - [int x; - int myProtoFn (int arg); - x = 0; - x = myProtoFn(x); - ], - [AC_DEFINE(HAVE_PROTOTYPES) AC_MSG_RESULT(yes)], - AC_MSG_RESULT(no)) - dnl Check out the wait reality. We have to assume sys/wait.h is present. AC_CHECK_FUNCS(waitpid wait3) AC_MSG_CHECKING(for union wait); -- cgit v1.2.3