mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r18486: hopefully this fixes the panics on solaris
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
95d33e4d71
commit
22cfc3404c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user