diff options
Diffstat (limited to 'lib/addns/wscript')
-rw-r--r-- | lib/addns/wscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/addns/wscript b/lib/addns/wscript new file mode 100644 index 0000000000..99e9358a3d --- /dev/null +++ b/lib/addns/wscript @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +import Options + +def configure(conf): + conf.CHECK_HEADERS('sys/uuid.h') |