diff options
-rw-r--r-- | config.in | 3 | ||||
-rwxr-xr-x | configure | 8 |
2 files changed, 9 insertions, 2 deletions
@@ -256,6 +256,9 @@ MA 02111-1307, USA. /* Define to 1 if you have the `nl_langinfo' function. */ #undef HAVE_NL_LANGINFO +/* Define to 1 if you have the <nl_types.h> header file. */ +#undef HAVE_NL_TYPES_H + /* Define to 1 if you have the `obstack_vprintf' function. */ #undef HAVE_OBSTACK_VPRINTF @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.499 . +# From configure.in Revision: 1.502 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for GNU MP 4.1. # @@ -18117,6 +18117,9 @@ fi # Reasons for testing: # float.h - not in SunOS bundled cc # langinfo.h - X/Open standard only, not in djgpp for instance +# locale.h - old systems won't have this +# nl_types.h - X/Open standard only, not in djgpp for instance +# (usually langinfo.h gives nl_item etc, but not on netbsd 1.4.1) # sys/mman.h - not in Cray Unicos # sys/param.h - not in mingw # sys/processor.h - solaris specific, though also present in macos @@ -18141,7 +18144,8 @@ fi -for ac_header in fcntl.h float.h langinfo.h locale.h sys/mman.h sys/param.h sys/processor.h sys/syssgi.h sys/systemcfg.h sys/time.h sys/times.h + +for ac_header in fcntl.h float.h langinfo.h locale.h nl_types.h sys/mman.h sys/param.h sys/processor.h sys/syssgi.h sys/systemcfg.h sys/time.h sys/times.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then |