mirror of git://sourceware.org/git/glibc.git
* sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix.
This commit is contained in:
parent
8417bf087e
commit
efd822f9da
|
|
@ -1,3 +1,7 @@
|
||||||
|
2001-03-11 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix.
|
||||||
|
|
||||||
2001-03-11 Ulrich Drepper <drepper@redhat.com>
|
2001-03-11 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
Last-bit accurate math library implementation by IBM Haifa.
|
Last-bit accurate math library implementation by IBM Haifa.
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,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
|
||||||
|
AC_MSG_WARN([--prefix= (empty) is required for GNU/Hurd to work normally])
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue