mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Fix AX_GCC_FUNC_ATTRIBUTE failure
This commit is contained in:
parent
741570c30f
commit
09a36812c1
@ -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…
Reference in New Issue
Block a user