aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libI77/configure.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-06-01 01:53:53 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-06-01 01:53:53 +0000
commit4d85a6fea685603493f2a4dbcfd36d6fd25fbe26 (patch)
tree693a2481f59e62982389a205d2b15b5bfa3e0b2b /libf2c/libI77/configure.in
parent1e730c5ca76832a10c16300f12ab0447ca1b07a1 (diff)
downloadgcc-4d85a6fea685603493f2a4dbcfd36d6fd25fbe26.zip
gcc-4d85a6fea685603493f2a4dbcfd36d6fd25fbe26.tar.gz
gcc-4d85a6fea685603493f2a4dbcfd36d6fd25fbe26.tar.bz2
*: Delete KR_headers cruft.
* libF77/*: Delete KR_headers cruft. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54132
Diffstat (limited to 'libf2c/libI77/configure.in')
-rw-r--r--libf2c/libI77/configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/libf2c/libI77/configure.in b/libf2c/libI77/configure.in
index 988a8e5..0455647 100644
--- a/libf2c/libI77/configure.in
+++ b/libf2c/libI77/configure.in
@@ -62,17 +62,6 @@ the G77 runtime system. If necessary, install gcc now with \`LANGUAGES=c',
then the target library, then build with \`LANGUAGES=f77'.])])
AC_HEADER_STDC
-dnl We could do this if we didn't know we were using gcc
-dnl AC_MSG_CHECKING(for prototype-savvy compiler)
-dnl AC_CACHE_VAL(g77_cv_sys_proto,
-dnl [AC_TRY_LINK(,
-dnl dnl looks screwy because TRY_LINK expects a function body
-dnl [return 0;} int foo (int * bar) {],
-dnl g77_cv_sys_proto=yes,
-dnl [g77_cv_sys_proto=no
-dnl AC_DEFINE(KR_headers)])])
-dnl AC_MSG_RESULT($g77_cv_sys_proto)
-
AC_MSG_CHECKING(for posix)
AC_CACHE_VAL(g77_cv_header_posix,
AC_EGREP_CPP(yes,