summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_ld.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-16 08:38:32 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:28 +0100
commitdaa73ef1c6e739f5387e20aec874f367c6d6e058 (patch)
tree48d3012cdc31afe1dbe98e1f8f07cd6fe3df49e7 /source4/build/m4/check_ld.m4
parent15cb7772f8093d109df29e41bbbb134ac08158b5 (diff)
downloadsamba-daa73ef1c6e739f5387e20aec874f367c6d6e058.tar.gz
samba-daa73ef1c6e739f5387e20aec874f367c6d6e058.tar.bz2
samba-daa73ef1c6e739f5387e20aec874f367c6d6e058.zip
r25985: build: SHLD_UNDEF_FLAGS isn't used anymore
metze (This used to be commit 24290852863517f0ab3d881d4a2deb086ce5ef5d)
Diffstat (limited to 'source4/build/m4/check_ld.m4')
-rw-r--r--source4/build/m4/check_ld.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4
index eb1d9a7a1d..77c78866c6 100644
--- a/source4/build/m4/check_ld.m4
+++ b/source4/build/m4/check_ld.m4
@@ -18,7 +18,6 @@ AC_SUBST(BLDSHARED)
AC_SUBST(LD)
AC_SUBST(LDFLAGS)
AC_SUBST(SHLD)
-AC_SUBST(SHLD_UNDEF_FLAGS)
# Assume non-shared by default and override below
# these are the defaults, good for lots of systems
@@ -46,7 +45,6 @@ AC_MSG_CHECKING([whether to try to build shared libraries on $host_os])
case "$host_os" in
*linux*)
BLDSHARED="true"
- SHLD_UNDEF_FLAGS="-Wl,--allow-shlib-undefined"
LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
;;
*solaris*)