From 39076c5a3f8aebde8709eb9a2367b76789142aed Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 27 May 2012 13:20:56 +1000 Subject: build: Remove all references to libuuid We simply do not need this library any more. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Sun May 27 11:08:22 CEST 2012 on sn-devel-104 --- source3/wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 6aa4c97c49..ad055d06ca 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'): -- cgit