Commit 36bab6ef authored by Max Kellermann's avatar Max Kellermann

configure.ac: detect libsmbclient without pkg-config

The pkg-config file has been added in Samba 4.0. This commits adds a fallback for older libsmbclient versions.
parent 5273900b
......@@ -837,7 +837,8 @@ fi
AM_CONDITIONAL(ENABLE_CURL, test x$enable_curl = xyes)
dnl ----------------------------------- smbclient -----------------------------
MPD_AUTO_PKG(smbclient, SMBCLIENT, [smbclient >= 0.2],
MPD_AUTO_PKG_LIB(smbclient, SMBCLIENT, [smbclient >= 0.2],
[smbclient], [smbc_init], [-lsmbclient], [],
[smbclient input plugin], [libsmbclient not found])
if test x$enable_smbclient = xyes; then
AC_DEFINE(ENABLE_SMBCLIENT, 1, [Define when libsmbclient is used])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment