diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-19 23:41:49 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-19 23:41:49 +0000 |
commit | 2ad41962c799c787b195aa90a26b4c9b32c3a7f6 (patch) | |
tree | 576128c8a8a843ad6bd073793ff036d95d88523e | |
parent | 37e2520a920955d532d4c0faf7030e0d054dfc66 (diff) | |
download | xine-lib-2ad41962c799c787b195aa90a26b4c9b32c3a7f6.tar.gz xine-lib-2ad41962c799c787b195aa90a26b4c9b32c3a7f6.tar.bz2 |
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
-rw-r--r-- | m4/attributes.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |