diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/replace/libreplace_ld.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/lib/replace/libreplace_ld.m4 b/source3/lib/replace/libreplace_ld.m4 index cc5cefae60..183c302aae 100644 --- a/source3/lib/replace/libreplace_ld.m4 +++ b/source3/lib/replace/libreplace_ld.m4 @@ -98,9 +98,7 @@ AC_DEFUN([AC_LD_SHLDFLAGS], SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc" ;; *hpux*) - if test $ac_cv_prog_cc_Ae = yes; then - SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z" - fi + SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z" ;; *darwin*) SHLD_FLAGS="-bundle -flat_namespace -undefined suppress" |