From efd822f9dabbaaa7c97b2d02576480a006515047 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 12 Mar 2001 02:41:31 +0000 Subject: [PATCH] * sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix. --- ChangeLog | 4 ++++ sysdeps/mach/hurd/configure.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba5cfde..ce561d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-11 Roland McGrath + + * sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix. + 2001-03-11 Ulrich Drepper Last-bit accurate math library implementation by IBM Haifa. diff --git a/sysdeps/mach/hurd/configure.in b/sysdeps/mach/hurd/configure.in index 29bb7e0..7daa188 100644 --- a/sysdeps/mach/hurd/configure.in +++ b/sysdeps/mach/hurd/configure.in @@ -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 -- 2.7.4