mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
configure: fix typo in GNU ld version-script test.
Michael (This used to be commit 0d9f3dfc4c139938ee57b6cf60c29cf4ce404be7)
This commit is contained in:
parent
a263fa04e4
commit
c1d4ae3b59
@ -260,7 +260,7 @@ if test "$ac_cv_prog_gnu_ld" = "yes"; then
|
||||
if test "$ac_cv_gnu_ld_vernr_major" -lt 2 || test "$ac_cv_gnu_ld_vernr_minor" -lt 14; then
|
||||
ac_cv_gnu_ld_no_default_allow_shlib_undefined=yes
|
||||
fi
|
||||
if test "$ac_cv_gnu_ld_vernr_major" -gt 2 || test "$ac_cv_gnu_l= d_vernr_major"=2 && test "$ac_cv_gnu_ld_vernr_minor" -ge 12; then
|
||||
if test "$ac_cv_gnu_ld_vernr_major" -gt 2 || test "$ac_cv_gnu_ld_vernr_major"=2 && test "$ac_cv_gnu_ld_vernr_minor" -ge 12; then
|
||||
ac_cv_gnu_ld_version_script=yes
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user