From 9cb4d19c40dcf14b270e39a503f7c5d0a92ab28f Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Fri, 25 Jul 2014 16:01:02 +0300 Subject: 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 --- src/external/samba.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/external/samba.m4 b/src/external/samba.m4 index 5cd5f0986..62a9fa3fc 100644 --- a/src/external/samba.m4 +++ b/src/external/samba.m4 @@ -21,11 +21,11 @@ with argument --without-samba ]])) PKG_CHECK_MODULES(INI_CONFIG, ini_config >= 1.1.0, , - AC_MSG_ERROR([[Please install libini_config development libraries. -libini_config libraries are necessary for building ipa provider, as well -as for building gpo-based access control in ad provider. -If you do not want to build these providers it is possible to build SSSD -without them. In this case, you will need to execute configure script -with argument --without-samba + AC_MSG_ERROR([[Please install libini_config development libraries +v1.1.0, or newer. libini_config libraries are necessary for building ipa +provider, as well as for building gpo-based access control in ad provider. If +you do not want to build these providers it is possible to build SSSD without +them. In this case, you will need to execute configure script with argument +--without-samba ]])) fi -- cgit