Skip to content
Commit 18b24b28 authored by Ting-Wei Lan's avatar Ting-Wei Lan Committed by Ondrej Holy
Browse files

build: Use flags returned by pkg-config to find smbclient

Previously, the result returned by PKG_CHECK_MODULES is only used to
find header files, and --with-samba-libs option is required if the
shared library is not installed in the default search path. This commit
replaces the old detection code with simple pkg-config calls, making
it easier to find and specify the smbclient library.

https://bugzilla.gnome.org/show_bug.cgi?id=782446
parent 6a387cc0
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