diff options
author | Günther Deschner <gd@samba.org> | 2011-03-03 16:26:48 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-04 00:28:27 +0100 |
commit | 9167d70e77c2f4c8e6de64fbf06bd3bee23542d2 (patch) | |
tree | 92ca807066b603888d4bf271b0452577dbc2d35b /source3/wscript | |
parent | a5d54579ea949f4cd7c975c3f5d0006a90777735 (diff) | |
download | samba-9167d70e77c2f4c8e6de64fbf06bd3bee23542d2.tar.gz samba-9167d70e77c2f4c8e6de64fbf06bd3bee23542d2.tar.bz2 samba-9167d70e77c2f4c8e6de64fbf06bd3bee23542d2.zip |
libreplace: move "struct timespec" checks into libreplace (where timespec is already used).
Bjoern, Metze, please check.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index 90a541ba95..2082a8bd05 100644 --- a/source3/wscript +++ b/source3/wscript @@ -290,8 +290,6 @@ __sys_llseek syslog _telldir __telldir telldir64 textdomain timegm utimensat vsyslog _write __write __xstat ''') - conf.CHECK_TYPE('struct timespec', headers='sys/time.h time.h') - conf.CHECK_SAMBA3_CHARSET() # see build/charset.py # FIXME: these should be tests for features, but the old build system just |