summaryrefslogtreecommitdiff
path: root/source4/build/m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-13 18:20:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:47 -0500
commit270a1a3eb31adbc6b785112e03b41decac6c3aad (patch)
tree9cc8e2807528abaab96299af8590e3247f07b6b1 /source4/build/m4
parent3b217ffcf2788af8405594c618507cd65ef281c7 (diff)
downloadsamba-270a1a3eb31adbc6b785112e03b41decac6c3aad.tar.gz
samba-270a1a3eb31adbc6b785112e03b41decac6c3aad.tar.bz2
samba-270a1a3eb31adbc6b785112e03b41decac6c3aad.zip
r3726: More simplifications/fixes in the build system
(This used to be commit e32f87fdea3070ea715ef547f2a406aa63ab775f)
Diffstat (limited to 'source4/build/m4')
-rw-r--r--source4/build/m4/rewrite.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index 752199e41d..b0c694b1a0 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -662,14 +662,6 @@ if test $ac_cv_shlib_works = no; then
fi
fi
-SMB_INFO_BUILD_ENV="$SMB_INFO_BUILD_ENV
-#############################################
-# Start Tell the Linker to export all symbols
-@{\$SMB_BUILD_CTX->{BUILD_ENV}{LD}{DYNEXP}} = input::str2array(\"$DYNEXP\");
-# End Tell the Linker to export all symbols
-#############################################
-"
-
#
# Check if the compiler supports the LL prefix on long long integers.
# AIX needs this.