mirror of git://sourceware.org/git/glibc.git
Regenerated: autoconf sysdeps/mach/hurd/configure.in
This commit is contained in:
parent
e4d8276142
commit
8417bf087e
|
|
@ -5,3 +5,7 @@ DEFINES="$DEFINES -D_LIBC_REENTRANT"
|
||||||
# Don't bother trying to generate any glue code to be compatible with the
|
# Don't bother trying to generate any glue code to be compatible with the
|
||||||
# existing system library, because we are the only system library.
|
# existing system library, because we are the only system library.
|
||||||
inhibit_glue=yes
|
inhibit_glue=yes
|
||||||
|
|
||||||
|
if test "x$prefix" != x; then
|
||||||
|
echo "configure: warning: --prefix= (empty) is required for GNU/Hurd to work normally" 1>&2
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue