summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-06-09 08:39:12 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-27 13:46:26 +0200
commit006515d88923202c4a129cfa477eaefc01f1fc78 (patch)
tree58752e6f9be60b0586f0d2edccb589c877eee645 /source3/configure.in
parent34dc60a74fe0157412a8bbda015ed995ac08c589 (diff)
downloadsamba-006515d88923202c4a129cfa477eaefc01f1fc78.tar.gz
samba-006515d88923202c4a129cfa477eaefc01f1fc78.tar.bz2
samba-006515d88923202c4a129cfa477eaefc01f1fc78.zip
Revert "build: add symbol versioning when we build with gnu ld"
This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e) (This used to be commit d06baf0e744d779b836783f61ec97d3a6d380eb5)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/configure.in b/source3/configure.in
index e25c213d03..8d837eee6f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1520,23 +1520,6 @@ fi
# Set defaults
SYMSEXT="syms"
AC_SUBST(SYMSEXT)
-use_symbol_versioning=no
-if test x"$ac_cv_gnu_ld_version_script" = x"yes"; then
- use_symbol_versioning=yes
-fi
-AC_ARG_ENABLE(symbol-versioning,[
- AS_HELP_STRING([--enable-symbol-versioning],
- [Turn on symbol versioning support if available (default=auto)])
-])
-if test x"$enable_symbol_versioning" = x"no"; then
- use_symbol_versioning=no
-fi
-
-AC_MSG_CHECKING([symbol versioning])
-if test "x$use_symbol_versioning" = x"yes"; then
- SYMSEXT="version.syms"
-fi
-AC_MSG_RESULT($use_symbol_versioning)
# Assume non-shared by default and override below
BLDSHARED="false"