diff options
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript index 6bf2d3b082..18c3c7d1b2 100644 --- a/source3/wscript +++ b/source3/wscript @@ -109,9 +109,6 @@ def configure(conf): conf.CHECK_DECLS('fdatasync', reverse=True) conf.CHECK_DECLS('readahead', reverse=True, headers='fcntl.h') - if conf.CONFIG_SET('HAVE_LONG_LONG'): - conf.DEFINE('HAVE_LONGLONG', 1) - if conf.CHECK_CODE(''' #if defined(HAVE_UNISTD_H) #include <unistd.h> |