From 211fcde5103a2eeaa5c4a71040f49d3400c1491e Mon Sep 17 00:00:00 2001 From: CVS Import User Date: Sun, 4 Apr 2004 11:38:24 +0000 Subject: 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 --- source/python/setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/python/setup.py') 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) -- cgit