diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2008-01-16 09:00:04 +1100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2008-01-16 09:00:04 +1100 |
| commit | c92a1d0752abf42a76e16e7c19229841ac35dc81 (patch) | |
| tree | f5702890d17180c6b33285c14b05bc53b0ca629c /source4/lib/replace/libreplace_ld.m4 | |
| parent | 955b110818c00170f7b93d2975de467551c8bc06 (diff) | |
| parent | b1fcae724156c2b25f41264943cf4cec8fe68821 (diff) | |
| download | samba-c92a1d0752abf42a76e16e7c19229841ac35dc81.tar.gz samba-c92a1d0752abf42a76e16e7c19229841ac35dc81.tar.xz samba-c92a1d0752abf42a76e16e7c19229841ac35dc81.zip | |
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit d8a805a2544c8864136f77e9086b2a01ae79a1d5)
Diffstat (limited to 'source4/lib/replace/libreplace_ld.m4')
| -rw-r--r-- | source4/lib/replace/libreplace_ld.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4 index 0ca6f7a34d..2aec698967 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/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="-Wl,-expect_unresolved,*" + LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,-expect_unresolved,\"*\"" ;; *darwin*) LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup" |
