summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-02-22 04:38:28 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-02-22 04:38:28 +0000
commit8c22ff75d732ed588f8e6d8339c7057bb147d2de (patch)
tree1a03563cae33dff7d4137a7717b1af48c68663a5
parentcf9cae48e66a14530b5cc5452a4767479de7ef82 (diff)
downloadsamba-8c22ff75d732ed588f8e6d8339c7057bb147d2de.tar.gz
samba-8c22ff75d732ed588f8e6d8339c7057bb147d2de.tar.xz
samba-8c22ff75d732ed588f8e6d8339c7057bb147d2de.zip
We can't build shared libs on sco, so no point attempting to export dynamic
symbols. In any case, it broke the build :-( Andrew Bartlett
-rw-r--r--source/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 25e17328b74..e700305283c 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -777,7 +777,6 @@ case "$host_os" in
PICFLAG="-fPIC"
;;
*sco*)
- DYNEXP="-Wl,-Bexport"
AC_DEFINE(SCO)
;;
*unixware*) AC_DEFINE(UNIXWARE)