91d312000e6ded4a93327c137b10c5beda55f65c |
|
21-Apr-2016 |
Sumit Bose <sbose@redhat.com> |
build: move ndr_krb5pac check to the other Samba checks
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
7a719ffa79161694a354c8d18a28d33377d87db8 |
|
29-Jul-2014 |
Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> |
build: Move libini_config 1.1.0 check to libini_config.m4
Move the check for libini_config >= 1.1.0 from samba.m4 to
libini_config.m4 to have them all in one place, simplifying maintenance.
Set boolean variables for every detected version and use one of them in
samba.m4 instead.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
93f295496dc6dc0838c09692b6a3a008b35d461b |
|
29-Jul-2014 |
Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> |
build: Distinguish libini_config version checks
Use separate shell variable name prefixes for checks of separate
libini_config versions, as repeated invocations of PKG_CHECK_MODULES
with the same prefix are not generally supposed to have an effect.
Otherwise only the checks before and including the first one defining
both *_CFLAGS and *_LIBS variables will be done and all that follow will
assume success. This happens on RHEL6.5, where both "pkg-config
--cflags" and "pkg-config --libs" for ini_config produce non-empty
output and successful check for v0.6.1 results in incorrectly successful
check for v1.1.0.
Resolves:
https://fedorahosted.org/sssd/ticket/2388
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
9cb4d19c40dcf14b270e39a503f7c5d0a92ab28f |
|
29-Jul-2014 |
Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> |
build: Mention required libini_config version
Specify minimum required libini_config version in a message in samba.m4
explaining the need for the library.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
19d3aba12c70528708be9440aca66038a291f29e |
|
01-Jul-2014 |
Yassir Elley <yelley@redhat.com> |
AD-GPO: Add gpo-smb implementation in gpo_child process
Reviewed-by: Sumit Bose <sbose@redhat.com> |
0e1dcef53d9d8465ce97d31ad11be4445a6e7eb8 |
|
26-May-2014 |
Lukas Slebodnik <lslebodn@redhat.com> |
AUTOCONF: Move detection of samba libraries to one file
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |