aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index c92e6425..c5a9661c 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ dnl define(AC_CONFIG_AUX_DIR,)
dnl This is the configure.in script proper
AC_INIT(awk.h)
-AC_PREREQ(2.7)
+AC_PREREQ(2.12)
AC_CONFIG_HEADER(config.h:configh.in)
dnl checks for programs
@@ -62,9 +62,6 @@ AC_AIX
AC_ISC_POSIX
AC_MINIX
-dnl see if the C compiler really works
-AM_SANITY_CHECK_CC
-
dnl checks for header files
AC_HEADER_STDC
AC_HEADER_SYS_WAIT