* sysdeps/mach/hurd/configure.in: Set stdio=libio by default.
* sysdeps/mach/hurd/configure: Regenerated.
+# 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"
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"