From 45f86fd681c5413146303fbab49d1deceee8103b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 4 Feb 2011 17:27:26 +0100 Subject: [PATCH] s3-waf: recurse into ../lib/util/wscript_configure This gets us all the statvfs checks. Guenther --- source3/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/wscript b/source3/wscript index 3f226a8bbca..ce8ee63bc64 100644 --- a/source3/wscript +++ b/source3/wscript @@ -85,6 +85,7 @@ def configure(conf): conf.RECURSE('../lib/socket_wrapper') conf.RECURSE('../lib/zlib') conf.RECURSE('../libcli/smbreadline') + conf.RECURSE('../lib/util') conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True) -- 2.34.1