1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

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

(cherry picked from commit bba8914af5)
(This used to be commit a0e663ff2c)
This commit is contained in:
Jelmer Vernooij
2008-01-13 04:46:11 +01:00
committed by Stefan Metzmacher
parent 1e5418edbc
commit f8ad02305f

View File

@ -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"