From f80d6bc100ed7b9c8bf83525c3e68c1272de84c3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Sep 2006 17:38:49 +0000 Subject: r18486: hopefully this fixes the panics on solaris metze (This used to be commit 22cfc3404ccb621dad194fe04c5f2885fb16f79c) --- source4/lib/replace/libreplace_cc.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib') 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) -- cgit