From e6190e6be55c8e6037b0cb2b357e133f5b313a02 Mon Sep 17 00:00:00 2001 From: James Peach Date: Thu, 8 Sep 2005 08:18:08 +0000 Subject: r10071: Configure checks for IRIX build environment. Test whether we can use the MIPSPro 7.4 -c99 option to get C99 support. Try to find a common perl that is more modern than /usr/bin/perl. (This used to be commit 82fab8b747bf68d8548c6f0f2f4bff98bd428d22) --- source4/aclocal.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/aclocal.m4') diff --git a/source4/aclocal.m4 b/source4/aclocal.m4 index 0d4f9b5ce56..4264ddf633d 100644 --- a/source4/aclocal.m4 +++ b/source4/aclocal.m4 @@ -317,3 +317,5 @@ fi sinclude(build/m4/public.m4) sinclude(build/m4/core.m4) sinclude(build/m4/ax_cflags_gcc_option.m4) +sinclude(build/m4/ax_cflags_irix_option.m4) +sinclude(build/m4/smb_cc_features.m4) -- cgit