From: Michael Adam Date: Fri, 5 Sep 2008 09:39:38 +0000 (+0200) Subject: configure: fix typo in GNU ld version-script test. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d9f3dfc4c139938ee57b6cf60c29cf4ce404be7;p=thirdparty%2Fsamba.git configure: fix typo in GNU ld version-script test. Michael --- diff --git a/source/configure.in b/source/configure.in index 81f41c12578..a7292232d9d 100644 --- a/source/configure.in +++ b/source/configure.in @@ -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