summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-07 22:54:53 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:45 +1000
commit1d18c6c7b06ab718c483370dd1cd5bdd3fa8cbda (patch)
tree37a20be8c20fec107da07e84165ae476b9423166 /source4/heimdal_build
parentdf5dee4b71844325d62a53928c7341648ac2d362 (diff)
downloadsamba-1d18c6c7b06ab718c483370dd1cd5bdd3fa8cbda.tar.gz
samba-1d18c6c7b06ab718c483370dd1cd5bdd3fa8cbda.tar.bz2
samba-1d18c6c7b06ab718c483370dd1cd5bdd3fa8cbda.zip
build: fixed winsize check
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure
index f24b93c11c..a5a637ec4a 100644
--- a/source4/heimdal_build/wscript_configure
+++ b/source4/heimdal_build/wscript_configure
@@ -20,6 +20,7 @@ conf.CHECK_FUNCS('iruserok', checklink=True)
conf.CHECK_FUNCS('bswap16')
conf.CHECK_FUNCS('bswap32')
+conf.CHECK_TYPE('struct winsize', define='HAVE_STRUCT_WINSIZE')
conf.DEFINE('HAVE_KRB_STRUCT_WINSIZE', 1)
conf.DEFINE('VOID_RETSIGTYPE', 1)