mirror of git://sourceware.org/git/glibc.git
Revert "configure: default to --prefix=/usr on GNU/Linux"
This reverts commit 81439a116c
.
This commit is contained in:
parent
274f73978c
commit
0bba6c29a1
|
@ -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
|
||||
|
|
|
@ -71,9 +71,7 @@ if test -n "$sysheaders"; then
|
|||
CPPFLAGS=$OLD_CPPFLAGS
|
||||
fi
|
||||
|
||||
AC_PREFIX_DEFAULT([/usr])
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue