diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-13 17:38:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:36 -0500 |
commit | f80d6bc100ed7b9c8bf83525c3e68c1272de84c3 (patch) | |
tree | 6d247727636d635833bf226b65961b1914a0b0ac /source4/lib | |
parent | d08fb7b1cc39f4fa92045a4789fcf6182caba907 (diff) | |
download | samba-f80d6bc100ed7b9c8bf83525c3e68c1272de84c3.tar.gz samba-f80d6bc100ed7b9c8bf83525c3e68c1272de84c3.tar.bz2 samba-f80d6bc100ed7b9c8bf83525c3e68c1272de84c3.zip |
r18486: hopefully this fixes the panics on solaris
metze
(This used to be commit 22cfc3404ccb621dad194fe04c5f2885fb16f79c)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/replace/libreplace_cc.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4 index 4dfe32e7a7..dd06a6c0f7 100644 --- a/source4/lib/replace/libreplace_cc.m4 +++ b/source4/lib/replace/libreplace_cc.m4 @@ -69,6 +69,9 @@ esac AC_CHECK_HEADERS([standards.h]) +# Solaris needs HAVE_LONG_LONG defined +AC_CHECK_TYPES(long long) + AC_CHECK_TYPE(uint_t, unsigned int) AC_CHECK_TYPE(int8_t, char) AC_CHECK_TYPE(uint8_t, unsigned char) |