diff options
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/system/wscript_configure | 2 | ||||
-rw-r--r-- | lib/replace/wscript | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/system/wscript_configure b/lib/replace/system/wscript_configure index 410af09815..2035474b32 100644 --- a/lib/replace/system/wscript_configure +++ b/lib/replace/system/wscript_configure @@ -1,3 +1,5 @@ +#!/usr/bin/env python + conf.CHECK_HEADERS('sys/capability.h') conf.CHECK_FUNCS('getpwnam_r getpwuid_r getpwent_r') diff --git a/lib/replace/wscript b/lib/replace/wscript index 57b6e22e3f..b10db87054 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -1,3 +1,5 @@ +#!/usr/bin/env python + srcdir = '../..' blddir = 'bin' |