The branch, v4-0-test has been updated
       via  bba8914af56cb161c275fbbdea2479d6f8bd703c (commit)
      from  620ec696657558dbad2a6c7d4231deabcaeaaef1 (commit)

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


- Log -----------------------------------------------------------------
commit bba8914af56cb161c275fbbdea2479d6f8bd703c
Author: Jelmer Vernooij <[EMAIL PROTECTED]>
Date:   Sun Jan 13 04:46:11 2008 +0100

    Try to fix the build on Tru64; avoid single quotes because they get 
expanded by perl in the build system.

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

Summary of changes:
 source/lib/replace/libreplace_ld.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/libreplace_ld.m4 
b/source/lib/replace/libreplace_ld.m4
index cb8e214..0ca6f7a 100644
--- a/source/lib/replace/libreplace_ld.m4
+++ b/source/lib/replace/libreplace_ld.m4
@@ -265,7 +265,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG],
                        LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,--allow-shlib-undefined"
                        ;;
                *osf*)
-                       LD_SHLIB_ALLOW_UNDEF_FLAG="-expect_unresolved '*'"
+                       LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,-expect_unresolved,*"
                        ;;
                *darwin*)
                        LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup"


-- 
Samba Shared Repository

Reply via email to