Regenerated.
This commit is contained in:
parent
79ab8d898d
commit
43ac190514
19
sysdeps/unix/sysv/linux/configure
vendored
19
sysdeps/unix/sysv/linux/configure
vendored
@ -217,6 +217,23 @@ if test "$linuxthreads_missing"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
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
|
||||
*** /usr/local since this might make your system totally unusable.
|
||||
*** We strongly advise to use a different prefix. For details read the FAQ.
|
||||
*** If you really mean to do this, run configure again using the extra
|
||||
*** parameter \`--disable-sanity-checks'."
|
||||
exit 1
|
||||
else
|
||||
echo "\
|
||||
*** WARNING: Do you really want to install the GNU C Library into /usr/local?
|
||||
*** This might make your system totally unusable, for details read the FAQ."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
# One Linux we use ldconfig.
|
||||
use_ldconfig=yes
|
||||
|
||||
@ -253,7 +270,7 @@ if test $host = $build; then
|
||||
ac_prefix=$ac_default_prefix
|
||||
fi
|
||||
echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6
|
||||
echo "configure:257: checking for symlinks in ${ac_prefix}/include" >&5
|
||||
echo "configure:274: checking for symlinks in ${ac_prefix}/include" >&5
|
||||
ac_message=
|
||||
if test -L ${ac_prefix}/include/net; then
|
||||
ac_message="$ac_message
|
||||
|
Loading…
Reference in New Issue
Block a user