We can't build shared libs on sco, so no point attempting to export dynamic
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Feb 2002 04:38:28 +0000 (04:38 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 22 Feb 2002 04:38:28 +0000 (04:38 +0000)
symbols.  In any case, it broke the build :-(

Andrew Bartlett

source/configure.in

index 25e17328b74bc1ae2eb3756b22126e2042b0192b..e700305283c176d7dec1fa1023451c9196d9ca0f 100644 (file)
@@ -777,7 +777,6 @@ case "$host_os" in
                        PICFLAG="-fPIC"
                ;;
                *sco*) 
-                       DYNEXP="-Wl,-Bexport"
                        AC_DEFINE(SCO)
                ;;
                *unixware*) AC_DEFINE(UNIXWARE)