From 2ad41962c799c787b195aa90a26b4c9b32c3a7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 19 Mar 2007 23:41:49 +0000 Subject: Make CC_CHECK_CFLAGS report the name of the compiler, like AC_TRY_CFLAGS used to. CVS patchset: 8722 CVS date: 2007/03/19 23:41:49 --- m4/attributes.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/attributes.m4 b/m4/attributes.m4 index b6118433d..28e2e5839 100644 --- a/m4/attributes.m4 +++ b/m4/attributes.m4 @@ -33,7 +33,7 @@ dnl this special exception to the GPL to apply to your modified version as dnl well. AC_DEFUN([CC_CHECK_CFLAGS], [ - AC_CACHE_CHECK([if compiler supports $1 flag], + AC_CACHE_CHECK([if $CC supports $1 flag], AS_TR_SH([cc_cv_cflags_$1]), [ac_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $1" -- cgit v1.2.3