diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-13 22:01:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-13 22:01:00 +0000 |
commit | a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98 (patch) | |
tree | daaf2d03e20448bd425400c78ffcee8fa82d4f11 /configure.in | |
parent | 95a108f0baaa38911b02e90d1f8179fd08a01ac2 (diff) | |
download | glibc-a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98.tar glibc-a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98.tar.gz glibc-a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98.tar.bz2 glibc-a5b7bf0e62e88494d82f7ca6474b6b8b669c1e98.zip |
* configure.in (--with-fp): Note in help string that it's the default.
* locale/programs/ld-ctype.c (struct locale_ctype_t): Use u_int32_t
instead of unsigned int for map_collection_max and map_collection_act.
* stdio-common/vfprintf.c [USE_IN_LIBIO] (flockfile, funlockfile):
Macros removed; they are in <stdio.h>.
* stdio-common/vfscanf.c: Likewise.
`-include' to not complain before they exist.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d37e4d1c5b..a96a7246ec 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ esac dnl Arguments to specify presence of other packages/features. AC_ARG_WITH(fp, dnl - --with-fp if using floating-point hardware, + --with-fp if using floating-point hardware [default=yes], with_fp=$withval, with_fp=yes) AC_ARG_WITH(gnu-binutils, dnl --with-gnu-binutils if using GNU binutils (as and ld), |