summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-03-08 10:36:05 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-03-08 10:36:05 +0100
commite967e86cd73d9c8aaba12d1dd533d9a74d6a5cf7 (patch)
tree0407084b0e2626002f0391e7e289870b8bbb600f /acinclude.m4
parent45ede9dfae145b6a181fce72b8c964d8387b8809 (diff)
downloadgmp-e967e86cd73d9c8aaba12d1dd533d9a74d6a5cf7.tar.gz
Removed __GMP_HAVE_PROTOTYPES and GMP_H_ANSI.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m422
1 files changed, 0 insertions, 22 deletions
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