diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-06 14:51:42 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:44:35 +0100 |
commit | a564ca1c739360b0933a2eab234378e4ec485b60 (patch) | |
tree | 95a0528ce7dcfb6bb013eb24412786fbf400744a /source4/lib/replace/libreplace_ld.m4 | |
parent | 9e344b9157faadaa4907a8117a80d8104faa80e4 (diff) | |
download | samba-a564ca1c739360b0933a2eab234378e4ec485b60.tar.gz samba-a564ca1c739360b0933a2eab234378e4ec485b60.tar.bz2 samba-a564ca1c739360b0933a2eab234378e4ec485b60.zip |
r25875: Try to fix the build on some HPUX machines.
(This used to be commit 773a7cf234e08e05bb89072c42353e44915f8146)
Diffstat (limited to 'source4/lib/replace/libreplace_ld.m4')
-rw-r--r-- | source4/lib/replace/libreplace_ld.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4 index cc5cefae60..183c302aae 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/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" |