* sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix.

This commit is contained in:
Roland McGrath 2001-03-12 02:41:31 +00:00
parent 8417bf087e
commit efd822f9da
2 changed files with 8 additions and 0 deletions

View File

@ -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>
Last-bit accurate math library implementation by IBM Haifa.

View File

@ -7,3 +7,7 @@ DEFINES="$DEFINES -D_LIBC_REENTRANT"
# Don't bother trying to generate any glue code to be compatible with the
# existing system library, because we are the only system library.
inhibit_glue=yes
if test "x$prefix" != x; then
AC_MSG_WARN([--prefix= (empty) is required for GNU/Hurd to work normally])
fi