From e967e86cd73d9c8aaba12d1dd533d9a74d6a5cf7 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Thu, 8 Mar 2012 10:36:05 +0100 Subject: Removed __GMP_HAVE_PROTOTYPES and GMP_H_ANSI. --- acinclude.m4 | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index dfb270f00..f1f071f12 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3599,28 +3599,6 @@ fi ]) -dnl GMP_H_ANSI -dnl ---------- -dnl Check whether gmp.h recognises the compiler as ANSI capable. - -AC_DEFUN([GMP_H_ANSI], -[AC_REQUIRE([AC_PROG_CC_STDC]) -case $ac_cv_prog_cc_stdc in - no) - ;; - *) - AC_TRY_COMPILE( -GMP_INCLUDE_GMP_H -[#if ! __GMP_HAVE_PROTOTYPES -die die die -#endif -],,, - [AC_MSG_WARN([gmp.h doesnt recognise compiler as ANSI, prototypes and "const" will be unavailable])]) - ;; -esac -]) - - dnl GMP_H_EXTERN_INLINE dnl ------------------- dnl If the compiler has an "inline" of some sort, check whether the -- cgit v1.2.1