mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
Auto-commit of generated files.
This commit is contained in:
parent
9aaf2b9c39
commit
0e2a062845
12
autogen/configure
vendored
12
autogen/configure
vendored
@ -10632,13 +10632,13 @@ XOpenDisplay ("foo");
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_link "$LINENO"; then :
|
||||
xlinux_first_failure=no
|
||||
xgnu_linux_first_failure=no
|
||||
else
|
||||
xlinux_first_failure=yes
|
||||
xgnu_linux_first_failure=yes
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext \
|
||||
conftest$ac_exeext conftest.$ac_ext
|
||||
if test "${xlinux_first_failure}" = "yes"; then
|
||||
if test "${xgnu_linux_first_failure}" = "yes"; then
|
||||
OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
|
||||
OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
|
||||
OLD_CPPFLAGS="$CPPFLAGS"
|
||||
@ -10659,13 +10659,13 @@ XOpenDisplay ("foo");
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_link "$LINENO"; then :
|
||||
xlinux_second_failure=no
|
||||
xgnu_linux_second_failure=no
|
||||
else
|
||||
xlinux_second_failure=yes
|
||||
xgnu_linux_second_failure=yes
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext \
|
||||
conftest$ac_exeext conftest.$ac_ext
|
||||
if test "${xlinux_second_failure}" = "yes"; then
|
||||
if test "${xgnu_linux_second_failure}" = "yes"; then
|
||||
# If we get the same failure with -b, there is no use adding -b.
|
||||
# So take it out. This plays safe.
|
||||
LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
|
||||
|
Loading…
Reference in New Issue
Block a user