From 0cab8cc79f47ea0deded54598d2106f7bbe44a99 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Nov 2007 04:26:57 +0100 Subject: r25860: Remove flag that causes problems on some hosts. (This used to be commit 85b332650031b2969f79e6ca85e5d6d10983da91) --- source4/lib/replace/libreplace_ld.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4 index 7f85fb4ccc..79367ba9db 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/lib/replace/libreplace_ld.m4 @@ -84,7 +84,7 @@ AC_DEFUN([AC_LD_SHLDFLAGS], SHLD_FLAGS="-G" ;; *irix*) - SHLD_FLAGS="-set_version sgi1.0 -shared" + SHLD_FLAGS="-shared" ;; *aix*) SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc" -- cgit