summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-07-25 16:01:02 +0300
committerJakub Hrozek <jhrozek@redhat.com>2014-07-29 16:48:17 +0200
commit9cb4d19c40dcf14b270e39a503f7c5d0a92ab28f (patch)
tree530bf4fa22522659f1cfd240d9e49349549acca7 /src
parent7b99fc9643001e22737c2c872c5d666218fc7ddc (diff)
downloadsssd-9cb4d19c40dcf14b270e39a503f7c5d0a92ab28f.tar.gz
sssd-9cb4d19c40dcf14b270e39a503f7c5d0a92ab28f.tar.xz
sssd-9cb4d19c40dcf14b270e39a503f7c5d0a92ab28f.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/external/samba.m412
1 files 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