diff options
author | jelmer <jelmer@0c0555d6-39d7-0310-84fc-f1cc0bd64818> | 2007-11-06 14:51:42 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-11-09 09:27:03 +0100 |
commit | b26cc8be3da18f68f2f0756c47dd000f0504649a (patch) | |
tree | 1f47b1c000e452b2e5c04c19d750f4d2535f56f7 /source3 | |
parent | 3f006ca95a52639cd6b1eccfb75389e87fac00cc (diff) | |
download | samba-b26cc8be3da18f68f2f0756c47dd000f0504649a.tar.gz samba-b26cc8be3da18f68f2f0756c47dd000f0504649a.tar.bz2 samba-b26cc8be3da18f68f2f0756c47dd000f0504649a.zip |
Try to fix the build on some HPUX machines.
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25875 0c0555d6-39d7-0310-84fc-f1cc0bd64818
(This used to be commit 8d1f54f45d9b8278e5e031d016b1e7b44d3b1a22)
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" |