diff options
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index 6aa4c97c49a..ad055d06cab 100755 --- a/source3/wscript +++ b/source3/wscript @@ -789,8 +789,6 @@ int i; i = PAM_RADIO_TYPE; Logs.warn("--with-dnsupdate=yes but gssapi support not sufficient") else: conf.DEFINE('WITH_DNS_UPDATES', 1) - else: - conf.SET_TARGET_TYPE('uuid', 'EMPTY') conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h valgrind/memcheck.h') if Options.options.developer: if conf.CONFIG_SET('HAVE_VALGRIND_H') or conf.CONFIG_SET('HAVE_VALGRIND_VALGRIND_H'): |