$OpenBSD$ --- buildtools/wafsamba/wafsamba.py.orig Fri Dec 14 20:14:32 2012 +++ buildtools/wafsamba/wafsamba.py Fri Dec 14 20:15:20 2012 @@ -42,15 +42,15 @@ LIB_PATH="shared" os.environ['PYTHONUNBUFFERED'] = '1' -if Constants.HEXVERSION < 0x105019: - Logs.error(''' -Please use the version of waf that comes with Samba, not -a system installed version. See http://wiki.samba.org/index.php/Waf -for details. - -Alternatively, please run ./configure and make as usual. That will -call the right version of waf.''') - sys.exit(1) +#if Constants.HEXVERSION < 0x105019: +# Logs.error(''' +#Please use the version of waf that comes with Samba, not +#a system installed version. See http://wiki.samba.org/index.php/Waf +#for details. +# +#Alternatively, please run ./configure and make as usual. That will +#call the right version of waf.''') +# sys.exit(1) @conf