diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-02-22 04:38:28 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-02-22 04:38:28 +0000 |
commit | 06a31c9b3b8b094685badb3bc6bb5f59ab7152cf (patch) | |
tree | 883ff659b0162fc6ef54e317d6327e0c457c8655 /source3 | |
parent | 1d3560bd4c49614a8c74488d76ab94d2215438ef (diff) | |
download | samba-06a31c9b3b8b094685badb3bc6bb5f59ab7152cf.tar.gz samba-06a31c9b3b8b094685badb3bc6bb5f59ab7152cf.tar.bz2 samba-06a31c9b3b8b094685badb3bc6bb5f59ab7152cf.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
(This used to be commit 8c22ff75d732ed588f8e6d8339c7057bb147d2de)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 25e17328b7..e700305283 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -777,7 +777,6 @@ case "$host_os" in PICFLAG="-fPIC" ;; *sco*) - DYNEXP="-Wl,-Bexport" AC_DEFINE(SCO) ;; *unixware*) AC_DEFINE(UNIXWARE) |