diff options
author | DJ Delorie <dj@redhat.com> | 2025-01-08 16:55:05 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2025-01-08 16:55:05 -0500 |
commit | 0bba6c29a1c4697bcdc1e6d29657bb6dbbd21afb (patch) | |
tree | 65d67808785481d75a5d8e90084dccaba5183dc2 /sysdeps/unix/sysv/linux/configure | |
parent | 274f73978cc0cd17cdcf021f1191d49c30e5bdd5 (diff) | |
download | glibc-0bba6c29a1c4697bcdc1e6d29657bb6dbbd21afb.zip glibc-0bba6c29a1c4697bcdc1e6d29657bb6dbbd21afb.tar.gz glibc-0bba6c29a1c4697bcdc1e6d29657bb6dbbd21afb.tar.bz2 |
Revert "configure: default to --prefix=/usr on GNU/Linux"
This reverts commit 81439a116cf48583127ddf1f09809440aa40969a.
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 8cda8e9..4d642e9 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -1,4 +1,3 @@ -ac_default_prefix=/usr # This file is generated from configure.ac by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/unix/sysv/linux. @@ -117,9 +116,7 @@ if test -n "$sysheaders"; then CPPFLAGS=$OLD_CPPFLAGS fi - - -if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/"; then +if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then if test $enable_sanity = yes; then echo "\ *** On GNU/Linux systems the GNU C Library should not be installed into |