third_party: Update waf to version 2.0.17
[bbaumbach/samba-autobuild/.git] / third_party / waf / waflib / extras / kde4.py
index e49a9ec00e1af8deadd618c417e3a0b6acfa2eed..aed9bfb557567dab4bd556b3c3d2b088c29154cb 100644 (file)
@@ -71,7 +71,7 @@ def configure(self):
        fu = re.compile('#(.*)\n')
        txt = fu.sub('', txt)
 
-       setregexp = re.compile('([sS][eE][tT]\s*\()\s*([^\s]+)\s+\"([^"]+)\"\)')
+       setregexp = re.compile(r'([sS][eE][tT]\s*\()\s*([^\s]+)\s+\"([^"]+)\"\)')
        found = setregexp.findall(txt)
 
        for (_, key, val) in found: