r25985: build: SHLD_UNDEF_FLAGS isn't used anymore
authorStefan Metzmacher <metze@samba.org>
Fri, 16 Nov 2007 07:38:32 +0000 (08:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:45:28 +0000 (05:45 +0100)
metze
(This used to be commit 24290852863517f0ab3d881d4a2deb086ce5ef5d)

source4/build/m4/check_ld.m4

index eb1d9a7a1dcc81f73c49fb49c2bab85ebdbd9c74..77c78866c69d35653b600daf73390e35c47d6a14 100644 (file)
@@ -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*)