]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-04-29 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Tue, 30 Apr 2002 19:17:31 +0000 (19:17 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 30 Apr 2002 19:17:31 +0000 (19:17 +0000)
* sysdeps/mach/hurd/configure.in: Set stdio=libio by default.
* sysdeps/mach/hurd/configure: Regenerated.

sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.in

index e59a72d4f98b61e73db3b846fa3b7e552c519786..3faa1e5e84a62f414a68f60f3fc70185b8553625 100755 (executable)
@@ -1,4 +1,7 @@
  
+# The default is now to use libio instead of stdio.
+test $stdio = default && stdio=libio
+
 # GNU libc on the Hurd is always reentrant.
 DEFINES="$DEFINES -D_LIBC_REENTRANT"
 
index bdff6d3d6d12cbd7d05e861ef1b4a56a3ae95de9..e45925c8bd6ee30a5a6d3f55dab9a1f4da6c8da1 100644 (file)
@@ -1,6 +1,9 @@
 sinclude(./aclocal.m4)dnl Autoconf lossage.
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 
+# The default is now to use libio instead of stdio.
+test $stdio = default && stdio=libio
+
 # GNU libc on the Hurd is always reentrant.
 DEFINES="$DEFINES -D_LIBC_REENTRANT"