mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix AX_GCC_FUNC_ATTRIBUTE failure
This commit is contained in:
parent
741570c30f
commit
09a36812c1
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ AC_DEFUN([AX_GCC_FUNC_ATTRIBUTE], [
|
|||
static int bar( void ) __attribute__(($1("foo")));
|
||||
],
|
||||
[target], [
|
||||
static int bar( void ) __attribute__(($1("sse2")));
|
||||
int bar( void ) __attribute__(($1("sse2")));
|
||||
],
|
||||
[
|
||||
m4_warn([syntax], [Unsupported attribute $1, the test may fail])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue