1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

r25985: build: SHLD_UNDEF_FLAGS isn't used anymore

metze
(This used to be commit 24290852863517f0ab3d881d4a2deb086ce5ef5d)
This commit is contained in:
Stefan Metzmacher 2007-11-16 08:38:32 +01:00
parent 15cb7772f8
commit daa73ef1c6

View 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*)