summaryrefslogtreecommitdiffstats
path: root/source/python/setup.py
diff options
context:
space:
mode:
authorCVS Import User <samba-bugs@samba.org>2004-04-04 11:38:24 +0000
committerCVS Import User <samba-bugs@samba.org>2004-04-04 11:38:24 +0000
commit211fcde5103a2eeaa5c4a71040f49d3400c1491e (patch)
tree48c6de8f701a65555dacc860197e1307da268a4c /source/python/setup.py
parent139b1658ca30692835c1a7203c7cd003e587ac12 (diff)
downloadsamba-211fcde5103a2eeaa5c4a71040f49d3400c1491e.tar.gz
samba-211fcde5103a2eeaa5c4a71040f49d3400c1491e.tar.xz
samba-211fcde5103a2eeaa5c4a71040f49d3400c1491e.zip
r5: merge in the SAMBA_3_0_RELEASE branch from cvs
to checkout try: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0_RELEASE samba-3_0-release metze
Diffstat (limited to 'source/python/setup.py')
-rwxr-xr-xsource/python/setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/python/setup.py b/source/python/setup.py
index 4a4f6ad3f81..a9f220f195a 100755
--- a/source/python/setup.py
+++ b/source/python/setup.py
@@ -57,9 +57,6 @@ for lib in string.split(samba_libs):
if lib[0:2] == "-L":
library_dirs.append(lib[2:])
continue
- if lib[0:2] == "-W":
- # Skip linker flags
- continue
print "Unknown entry '%s' in $LIBS variable passed to setup.py" % lib
sys.exit(1)