[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3941-ga943b15

Michael Adam obnox at samba.org
Fri Sep 5 09:51:20 GMT 2008


The branch, v3-3-test has been updated
       via  a943b154c6f86b22e77e56640d6dbe9a040f15e8 (commit)
      from  c91e7e9f7f392d5ba850619395eddac34617f1e4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit a943b154c6f86b22e77e56640d6dbe9a040f15e8
Author: Michael Adam <obnox at samba.org>
Date:   Fri Sep 5 11:39:38 2008 +0200

    configure: fix typo in GNU ld version-script test.
    
    Michael
    (cherry picked from commit 0d9f3dfc4c139938ee57b6cf60c29cf4ce404be7)

-----------------------------------------------------------------------

Summary of changes:
 source/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index bc5a827..240a44b 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -262,7 +262,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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list