diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-11-30 02:02:57 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-11-30 02:02:57 +0100 |
commit | b02c2211bec18f6ba0dd352667ae9335f6304320 (patch) | |
tree | 435c16b63425627b733ff432ba5f1f790c9e1e31 /configure | |
parent | 4451e46a99ce8769ad4986d1d0a50f0c8b9286d0 (diff) | |
download | gmp-b02c2211bec18f6ba0dd352667ae9335f6304320.tar.gz |
Regenerate for:
* configure.in (AC_CHECK_HEADERS): Add nl_types.h.
* tests/misc/t-locale.c: Use this, for nl_item on netbsd 1.4.1.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |