diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-09 23:54:02 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-09 23:54:02 +0200 |
commit | 87c3713697e88fbe0f401116383a509d10b2c9a4 (patch) | |
tree | ff7d7ddad901dcdb40bc6c034e0b3f3d588b5d69 | |
parent | 416624febeed223774afd9b6d2b3756720fdfa88 (diff) | |
parent | 51fc12171a5e9510e9eb60dc838473c3b352fee8 (diff) | |
download | xine-lib-87c3713697e88fbe0f401116383a509d10b2c9a4.tar.gz xine-lib-87c3713697e88fbe0f401116383a509d10b2c9a4.tar.bz2 |
Merge from 1.1.
-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 eaa788c5f..55f34c9f7 100644 --- a/m4/attributes.m4 +++ b/m4/attributes.m4 @@ -119,7 +119,7 @@ AC_DEFUN([CC_ATTRIBUTE_FORMAT_ARG], [ AC_CACHE_CHECK([if compiler supports __attribute__((format_arg(printf)))], [cc_cv_attribute_format_arg], [AC_COMPILE_IFELSE([ - void __attribute__((format_arg(1))) gettextlike(const char *fmt) { fmt = (void *)0; } + char *__attribute__((format_arg(1))) gettextlike(const char *fmt) { fmt = (void *)0; } ], [cc_cv_attribute_format_arg=yes], [cc_cv_attribute_format_arg=no]) |