Author: metze
Date: 2006-09-13 17:38:49 +0000 (Wed, 13 Sep 2006)
New Revision: 18486

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18486

Log:
hopefully this fixes the panics on solaris

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4      2006-09-13 
16:51:45 UTC (rev 18485)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4      2006-09-13 
17:38:49 UTC (rev 18486)
@@ -69,6 +69,9 @@
 
 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)

Reply via email to