diff options
author | Roland McGrath <roland@gnu.org> | 2001-03-12 02:39:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-03-12 02:39:35 +0000 |
commit | 8417bf087ef492228db0b0d6db7c1c9dacd8bcd3 (patch) | |
tree | 8ad7d5a7ea51590ba304cce8680d20d6b14774b8 /sysdeps | |
parent | e4d8276142b9c07b23043ef44b0fe8fa7bcc3121 (diff) | |
download | glibc-8417bf087ef492228db0b0d6db7c1c9dacd8bcd3.zip glibc-8417bf087ef492228db0b0d6db7c1c9dacd8bcd3.tar.gz glibc-8417bf087ef492228db0b0d6db7c1c9dacd8bcd3.tar.bz2 |
Regenerated: autoconf sysdeps/mach/hurd/configure.in
Diffstat (limited to 'sysdeps')
-rwxr-xr-x | sysdeps/mach/hurd/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure index 99497b8..fb91f88 100755 --- a/sysdeps/mach/hurd/configure +++ b/sysdeps/mach/hurd/configure @@ -5,3 +5,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 + echo "configure: warning: --prefix= (empty) is required for GNU/Hurd to work normally" 1>&2 +fi |