mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_errors array initialization in client/smbspool.c
(This used to be commit b45e7fabc6
)
This commit is contained in:
parent
8c8d7ff823
commit
704f6c89cb
@ -167,7 +167,8 @@ AC_CACHE_CHECK([for immediate structures],libreplace_cv_immediate_structures,[
|
||||
FOOBAR y;
|
||||
} f2[] = {
|
||||
{FOO_ONE}
|
||||
};
|
||||
};
|
||||
static const FOOBAR f3[] = {FOO_ONE};
|
||||
],
|
||||
libreplace_cv_immediate_structures=yes,
|
||||
libreplace_cv_immediate_structures=no,
|
||||
|
Loading…
Reference in New Issue
Block a user