diff --git a/config.h.in b/config.h.in index 9075a486..9a9c1517 100644 --- a/config.h.in +++ b/config.h.in @@ -18,9 +18,6 @@ /* Define to `unsigned' if doesn't define. */ #undef size_t -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS - /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME @@ -51,15 +48,6 @@ /* Define if you have the header file. */ #undef HAVE_LIMITS_H -/* Define if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define if you have the header file. */ -#undef HAVE_STDARG_H - -/* Define if you have the header file. */ -#undef HAVE_STRING_H - /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H diff --git a/configure b/configure index 9f0739b0..7b5952fa 100755 --- a/configure +++ b/configure @@ -3696,9 +3696,11 @@ _ACEOF fi - - - +if test $ac_cv_header_stdc != yes; then + { { echo "$as_me:$LINENO: error: Need ANSI C compiler" >&5 +echo "$as_me: error: Need ANSI C compiler" >&2;} + { (exit 1); exit 1; }; } +fi @@ -3712,9 +3714,6 @@ for ac_header in fcntl.h \ limits.h \ time.h \ sys/time.h \ - memory.h \ - string.h \ - stdarg.h \ sys/select.h \ unistd.h \ dlfcn.h \ @@ -5735,7 +5734,7 @@ echo "$as_me:$LINENO: checking compiler flags for a dynamic object" >&5 echo $ECHO_N "checking compiler flags for a dynamic object... $ECHO_C" >&6 cat > conftest.$ac_ext <&6 mh_compile='${CC-cc} -c $DYN_COMP conftest.$ac_ext 1>&5' cat > conftest.$ac_ext <