From a564ca1c739360b0933a2eab234378e4ec485b60 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Nov 2007 14:51:42 +0100 Subject: r25875: Try to fix the build on some HPUX machines. (This used to be commit 773a7cf234e08e05bb89072c42353e44915f8146) --- source4/lib/replace/libreplace_ld.m4 | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit